]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/widget/widget.cpp
compilation fix
[wxWidgets.git] / samples / html / widget / widget.cpp
index 7607fefdaff8b54f38860c45d01c15dbe29a31d3..14ff729970c2aae4366194553cf7cabea2539dc8 100644 (file)
@@ -122,7 +122,7 @@ enum
     Minimal_Forward,
 
     // controls start here (the numbers are, of course, arbitrary)
-    Minimal_Text = 1000,
+    Minimal_Text = 1000
 };
 
 // ----------------------------------------------------------------------------