X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3707ff679972e0428cb693c788d1645a8c1cf9c9..31a1584724f0d7c3f85b1bf6f340480febefdf52:/samples/flash/flash.cpp diff --git a/samples/flash/flash.cpp b/samples/flash/flash.cpp index e0467ef5b9..80f45b3ca2 100644 --- a/samples/flash/flash.cpp +++ b/samples/flash/flash.cpp @@ -21,9 +21,9 @@ // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- - + #include "wx/wxprec.h" - + #ifdef __BORLANDC__ #pragma hdrstop #endif @@ -39,7 +39,7 @@ #include "wx/cmdline.h" #include "wx/filename.h" -#if !defined(__WXMSW__) && !defined(__WXPM__) +#ifndef wxHAS_IMAGES_IN_RESOURCES #include "../sample.xpm" #endif @@ -120,7 +120,7 @@ public: private: wxString m_swf; - DECLARE_NO_COPY_CLASS(FlashApp) + wxDECLARE_NO_COPY_CLASS(FlashApp); }; // Define a new frame type: this is going to be our main frame @@ -187,7 +187,7 @@ private: *m_funcarg; DECLARE_EVENT_TABLE() - DECLARE_NO_COPY_CLASS(FlashFrame) + wxDECLARE_NO_COPY_CLASS(FlashFrame); }; // ----------------------------------------------------------------------------