From: Włodzimierz Skiba Date: Fri, 4 Mar 2005 07:24:04 +0000 (+0000) Subject: #pragma implementation fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/de5dc0febdb3e932e682cfa91a1f639aa3e284fb?ds=inline #pragma implementation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/numdlgg.cpp b/src/generic/numdlgg.cpp index 2c6ffa665d..ed2103030d 100644 --- a/src/generic/numdlgg.cpp +++ b/src/generic/numdlgg.cpp @@ -18,7 +18,7 @@ // ---------------------------------------------------------------------------- #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "numdlgg.cpp" + #pragma implementation "numdlgg.h" #endif // For compilers that support precompilation, includes "wx.h".