]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/numdlgg.cpp
reSWIGged
[wxWidgets.git] / src / generic / numdlgg.cpp
index 9fa5693a4d41c9ba2379577eb6f3b9ca4b9832c4..a2596578287da6ae72934a9fb64b31ef760b3953 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     23.07.99
 // RCS-ID:      $Id$
 // Copyright:   (c) Vadim Zeitlin
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "numdlgg.cpp"
 #endif
 
@@ -85,6 +85,7 @@ protected:
 
 private:
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxNumberEntryDialog)
 };
 
 // ============================================================================