]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed #pragma interface mismatches
authorGeorge Tasker <gtasker@allenbrook.com>
Mon, 28 May 2001 12:10:04 +0000 (12:10 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Mon, 28 May 2001 12:10:04 +0000 (12:10 +0000)
Updated comments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/dbbrowse/tabpgwin.cpp
demos/dbbrowse/tabpgwin.h

index f0c4ac9970e2fbef74fc4354dc33240e26c897d4..6f3b70bbee5de43c87cff8168aaf73aff40389a3 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        No names yet.
+// Name:        tabpgwin.cpp
 // Purpose:     Contrib. demo
 // Author:      Aleksandras Gluchovas
 // Modified by: 19990908 : mj
@@ -18,7 +18,7 @@
 
 #ifdef __GNUG__
 #pragma implementation
-// #pragma interface
+//#pragma interface
 #endif
 
 // For compilers that support precompilation, includes "wx.h".
index 622fbfa19434e855645c378a2c2359f94cf2846f..20d6163fc2fecb0d600c3e6706e7ebcd4f1ff22c 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        No names yet.
+// Name:        tabpgwin.h
 // Purpose:     Contrib. demo
 // Author:      Aleksandras Gluchovas
 // Modified by: 19990908 : mj
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __CONTROLAREA_G__
-#define __CONTROLAREA_G__
+#ifndef __TABPGWIN_G__
+#define __TABPGWIN_G__
 
-#ifdef __GNUG__
-#pragma interface "controlarea.h"
-#endif
+//#ifdef __GNUG__
+//#pragma interface
+//#endif
 
 #include "wx/defs.h"
 #include "wx/window.h"