]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/layout/layout.cpp
Fixed return code of GetSelectionCount()
[wxWidgets.git] / samples / layout / layout.cpp
index f6f6724f192f257c903ed1e4bc73d2f5a16a64a6..a4dd5b9f1a9426ca5165cd8e6a1b8812f853a631 100644 (file)
@@ -20,7 +20,7 @@
 #include "wx/wx.h"
 #endif
 
-#if !USE_CONSTRAINTS
+#if !wxUSE_CONSTRAINTS
 #error You must set wxUSE_CONSTRAINTS to 1 in wx_setup.h!
 #endif