]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed 'interface' pragma for gcc 2.96
authorJulian Smart <julian@anthemion.co.uk>
Tue, 10 Oct 2000 12:38:09 +0000 (12:38 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 10 Oct 2000 12:38:09 +0000 (12:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/numdlgg.cpp

index 96bbc485bf29186fd3758aa3b392fff40a55fc64..95876e5d641cff72d261a6d244fbc741e05b3202 100644 (file)
@@ -18,7 +18,6 @@
 // ----------------------------------------------------------------------------
 
 #ifdef __GNUG__
-    #pragma interface "numdlgg.cpp"
     #pragma implementation "numdlgg.cpp"
 #endif