gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/libbase container.h


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/libbase container.h
Date: Wed, 23 Aug 2006 12:02:09 +0000

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;
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]