X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3707ff679972e0428cb693c788d1645a8c1cf9c9..a3b89fa936319c3b40aeeb7772490c18aac74380:/samples/flash/flash.cpp diff --git a/samples/flash/flash.cpp b/samples/flash/flash.cpp index e0467ef5b9..0e6ea06593 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 @@ -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); }; // ----------------------------------------------------------------------------