X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df5168c427b51f1ab2b3200a5c8f7626b3d24aae..04857cb707be4de8083e599fc2e1967c77eb7f5e:/src/common/dircmn.cpp?ds=inline diff --git a/src/common/dircmn.cpp b/src/common/dircmn.cpp index d491ed9d53..801e2d1f9f 100644 --- a/src/common/dircmn.cpp +++ b/src/common/dircmn.cpp @@ -18,7 +18,7 @@ // ---------------------------------------------------------------------------- /* this is done in platform-specific files -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "dir.h" #endif */ @@ -217,6 +217,8 @@ public: private: wxArrayString& m_files; + + DECLARE_NO_COPY_CLASS(wxDirTraverserSimple) }; /* static */