CVSROOT: /sources/gnash
Module name: gnash
Changes by: Vitaly Alexeev <alexeev> 06/08/23 12:02:09
Modified files:
libbase : container.h
Log message:
int size() --> int size() const
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/container.h?cvsroot=gnash&r1=1.17&r2=1.18
Patches:
Index: container.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/container.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- container.h 6 Aug 2006 02:00:54 -0000 1.17
+++ container.h 23 Aug 2006 12:02:09 -0000 1.18
@@ -311,7 +311,7 @@
return false;
}
- int size()
+ int size() const
{
return m_table == NULL ? 0 : m_table->m_entry_count;
}
_______________________________________________
Gnash-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/gnash-commit