]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/test.cpp
Baked files for 2.6.1
[wxWidgets.git] / samples / html / test / test.cpp
index b5f9c117bca6e77b0bc4834d0de39197a810c26e..6bde933e5588733b912cd53e9121984cba4036f8 100644 (file)
@@ -9,8 +9,8 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma implementation "test.cpp"
-    #pragma interface "test.cpp"
+    #pragma implementation
+    #pragma interface
 #endif
 
 // For compilers that support precompilation, includes "wx/wx.h".
@@ -191,7 +191,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
     SetMenuBar(menuBar);
 
     SetIcon(wxIcon(sample_xpm));
-    
+
 #if wxUSE_ACCEL
     // Create convenient accelerators for Back and Forward navigation
     wxAcceleratorEntry entries[2];