]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/itemcontainer.cpp
include wx/arrstr.h as it's needed by wxImageHandler and may not be implicitly includ...
[wxWidgets.git] / samples / widgets / itemcontainer.cpp
index f8517a5374380c12945aab539fef18cf18893d46..5b70076292597d8c2905e69db2a67a40f73a4124 100644 (file)
@@ -59,7 +59,7 @@ private:
     ItemContainerWidgetsPage *m_tracker;
     int m_value;
 
-    DECLARE_NO_COPY_CLASS(TrackedClientData)
+    wxDECLARE_NO_COPY_CLASS(TrackedClientData);
 };
 
 // ============================================================================