CVSROOT: /sources/gnash
Module name: gnash
Changes by: Ann Barcomb <ann> 07/03/20 09:46:19
Modified files:
. : ChangeLog
doc/C/actionscript: new_as_class.xml
Log message:
syntax of 'ensure' in example changed to correspond with Bastiaan's
last commit.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2634&r2=1.2635
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/actionscript/new_as_class.xml?cvsroot=gnash&r1=1.3&r2=1.4
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2634
retrieving revision 1.2635
diff -u -b -r1.2634 -r1.2635
--- ChangeLog 20 Mar 2007 09:45:28 -0000 1.2634
+++ ChangeLog 20 Mar 2007 09:46:19 -0000 1.2635
@@ -1,3 +1,8 @@
+2007-03-20 Ann Barcomb <[EMAIL PROTECTED]>
+
+ * doc/C/actionscript/new_as_class.xml: syntax of 'ensure'
+ changed to correspond with Bastiaan's last commit.
+
2007-03-20 Bastiaan Jacques <[EMAIL PROTECTED]>
* server/as_object.h: Add ensureType<classname>, which is intended to
Index: doc/C/actionscript/new_as_class.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/actionscript/new_as_class.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- doc/C/actionscript/new_as_class.xml 19 Mar 2007 17:12:55 -0000 1.3
+++ doc/C/actionscript/new_as_class.xml 20 Mar 2007 09:46:19 -0000 1.4
@@ -188,7 +188,7 @@
MyClass::myProperty_getset(const fn_call& fn)
{
- MyClass* ptr = ensureMyClass(fn.this_ptr);
+ MyClass* ptr = ensureType<MyClass>(fn.this_ptr);
// setter
if ( fn.nargs > 0 )
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit