gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/gui.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog gui/gui.cpp
Date: Wed, 28 Feb 2007 19:57:28 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/28 19:57:28

Modified files:
        .              : ChangeLog 
        gui            : gui.cpp 

Log message:
                * gui/gui.cpp: removed extra tokens at end of #include 
directive.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2499&r2=1.2500
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gui.cpp?cvsroot=gnash&r1=1.64&r2=1.65

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2499
retrieving revision 1.2500
diff -u -b -r1.2499 -r1.2500
--- ChangeLog   28 Feb 2007 19:54:17 -0000      1.2499
+++ ChangeLog   28 Feb 2007 19:57:27 -0000      1.2500
@@ -1,5 +1,6 @@
 2007-02-28 Sandro Santilli <address@hidden>
 
+       * gui/gui.cpp: removed extra tokens at end of #include directive.
        * libgeometry/snappingrange.h: strip CRs, fix contains(), copyright
          notice and doxygen formatting.
        * testsuite/DummyCharacter.h: update to add_invalidated_bounds

Index: gui/gui.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gui.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- gui/gui.cpp 28 Feb 2007 17:25:25 -0000      1.64
+++ gui/gui.cpp 28 Feb 2007 19:57:28 -0000      1.65
@@ -26,7 +26,7 @@
 #include "render.h"  // debug
 #include "render_handler.h"
 #include "sound_handler.h"
-#include "gnash.h" for get_sound_handler
+#include "gnash.h" // for get_sound_handler
 #include "movie_root.h"
 #include "VM.h"
 




reply via email to

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