]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/nplugin/samples/gui/gui.cpp
don't throw away the first three stack frames in the assert stack dump (fix needed...
[wxWidgets.git] / utils / nplugin / samples / gui / gui.cpp
index 3ae118fda00263567b8011607e2251fcf976fc4a..58e99e1236d753e77b38c075250698504aa8b84a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * File:       simple.cpp
- * Purpose:    Minimal wxWindows plugin
+ * Purpose:    Minimal wxWidgets plugin
  * Author:     Julian Smart
  * Created:    1997
  * Updated:    
@@ -9,11 +9,6 @@
 
 /* static const char sccsid[] = "%W% %G%"; */
 
-#ifdef __GNUG__
-#pragma implementation
-#pragma interface
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__