CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     07/01/10 20:29:54

Modified files:
        gui            : gtk.cpp 

Log message:
        Fix typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtk.cpp?cvsroot=gnash&r1=1.61&r2=1.62

Patches:
Index: gtk.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gtk.cpp,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- gtk.cpp     10 Jan 2007 19:21:14 -0000      1.61
+++ gtk.cpp     10 Jan 2007 20:29:54 -0000      1.62
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: gtk.cpp,v 1.61 2007/01/10 19:21:14 bjacques Exp $ */
+/* $Id: gtk.cpp,v 1.62 2007/01/10 20:29:54 bjacques Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -44,7 +44,7 @@
 using namespace std;
 
 namespace {
-LogFile& dbglogfile = gnash::LogFile::getDefaultInstance();
+gnash::LogFile& dbglogfile = gnash::LogFile::getDefaultInstance();
 }
 
 namespace gnash 


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to