]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/splash/splash.cpp
added hyperlink alignment flags (patch 1537043)
[wxWidgets.git] / samples / splash / splash.cpp
index 9fe6957fe7b1946e09e00bc6df55ab28b482867a..1b72d0be686b21b839fa3c28a03d4c4301835b8e 100644 (file)
@@ -90,7 +90,7 @@ private:
 // IDs for the controls and the menu commands
 enum
 {
-    Minimal_Run = wxID_HIGHEST + 1,
+    Minimal_Run = wxID_HIGHEST + 1
 };
 
 // ----------------------------------------------------------------------------