]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/flash/flash.cpp
Fixed mismatch in amount of format specifiers in Japanese translation for i18n sample.
[wxWidgets.git] / samples / flash / flash.cpp
index e0467ef5b9ec93bfc222758e2a73de35f168a5b2..0e6ea06593ac64a6010c501ff1beb712e27e8aca 100644 (file)
@@ -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);
 };
 
 // ----------------------------------------------------------------------------