gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase smart_ptr.hpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/libbase smart_ptr.hpp
Date: Tue, 26 Sep 2006 10:00:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/09/26 10:00:22

Modified files:
        libbase        : smart_ptr.hpp 

Log message:
        Fixed typo...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/smart_ptr.hpp?cvsroot=gnash&r1=1.15&r2=1.16

Patches:
Index: smart_ptr.hpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/smart_ptr.hpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- smart_ptr.hpp       24 Sep 2006 19:49:23 -0000      1.15
+++ smart_ptr.hpp       26 Sep 2006 10:00:22 -0000      1.16
@@ -24,7 +24,7 @@
 // DEALINGS IN THE SOFTWARE.
 //
 
-/* $Id: smart_ptr.hpp,v 1.15 2006/09/24 19:49:23 nihilus Exp $ */
+/* $Id: smart_ptr.hpp,v 1.16 2006/09/26 10:00:22 nihilus Exp $ */
 
 #include <cassert>
 #include <cstddef>
@@ -1245,7 +1245,7 @@
        }
 
 template < class T >
-class enable_shared_from_this{
+class enable_shared_from_this {
 
 protected:
        




reply via email to

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