gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/smart_ptr.h


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/smart_ptr.h
Date: Sun, 19 Nov 2006 17:56:40 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/19 17:56:40

Modified files:
        .              : ChangeLog 
        libbase        : smart_ptr.h 

Log message:
        Fixed "error: extra ';'".

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

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1665
retrieving revision 1.1666
diff -u -b -r1.1665 -r1.1666
--- ChangeLog   19 Nov 2006 17:39:00 -0000      1.1665
+++ ChangeLog   19 Nov 2006 17:56:40 -0000      1.1666
@@ -1,5 +1,9 @@
 2006-11-18 Markus Gothe <address@hidden>
 
+       * libbase/smart_ptr.h: Fixed "error: extra ';'".
+
+2006-11-18 Markus Gothe <address@hidden>
+
        * configure.ac: Applied patches for RISC OS support. Fixed gui 
          ro->riscos.
        * gui/Makefile.am gui/Player.cpp gui/sdl_agg_glue.cpp 
libbase/Thread.cpp 

Index: libbase/smart_ptr.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/smart_ptr.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- libbase/smart_ptr.h 11 Nov 2006 22:44:54 -0000      1.15
+++ libbase/smart_ptr.h 19 Nov 2006 17:56:40 -0000      1.16
@@ -9,7 +9,7 @@
 // although the nice thing about templates is that no particular
 // ref-counted class is mandated.
 
-/* $Id: smart_ptr.h,v 1.15 2006/11/11 22:44:54 strk Exp $ */
+/* $Id: smart_ptr.h,v 1.16 2006/11/19 17:56:40 nihilus Exp $ */
 
 #ifndef SMART_PTR_H
 #define SMART_PTR_H
@@ -40,7 +40,7 @@
        o->drop_ref();
 }
 
-}; 
+} 
 
 
 #endif // SMART_PTR_H




reply via email to

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