]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/numdlgg.cpp
Split this out from other changes to keep things sane..
[wxWidgets.git] / src / generic / numdlgg.cpp
index 96bbc485bf29186fd3758aa3b392fff40a55fc64..397ae9af39a92c11c8d137d86006d2da32d65e45 100644 (file)
@@ -18,7 +18,6 @@
 // ----------------------------------------------------------------------------
 
 #ifdef __GNUG__
-    #pragma interface "numdlgg.cpp"
     #pragma implementation "numdlgg.cpp"
 #endif
 
@@ -29,6 +28,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_NUMBERDLG
+
 #ifndef WX_PRECOMP
     #include <stdio.h>
 
@@ -84,6 +85,7 @@ protected:
 
 private:
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxNumberEntryDialog)
 };
 
 // ============================================================================
@@ -206,3 +208,5 @@ long wxGetNumberFromUser(const wxString& msg,
 
     return dialog.GetValue();
 }
+
+#endif // wxUSE_NUMBERDLG