From: Julian Smart Date: Tue, 10 Oct 2000 12:38:09 +0000 (+0000) Subject: Removed 'interface' pragma for gcc 2.96 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0f05afccede840e04872bfc82103b689b8edc447 Removed 'interface' pragma for gcc 2.96 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/numdlgg.cpp b/src/generic/numdlgg.cpp index 96bbc485bf..95876e5d64 100644 --- a/src/generic/numdlgg.cpp +++ b/src/generic/numdlgg.cpp @@ -18,7 +18,6 @@ // ---------------------------------------------------------------------------- #ifdef __GNUG__ - #pragma interface "numdlgg.cpp" #pragma implementation "numdlgg.cpp" #endif