From b787791b211d30a78a231ae12f1270ed6e83d3f4 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 24 Oct 2000 10:08:00 +0000 Subject: [PATCH] Compile fix for RH 7.0 (I hope). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/numdlgg.cpp | 1 - 1 file changed, 1 deletion(-) 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