]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdline.h
Added wxRadioButton::MSWWindowProc to reset m_focusJustSet -- otherwise,
[wxWidgets.git] / include / wx / cmdline.h
index 498752cb476f781825aaa1d9d55c28ac540c38fd..b34d1142255cafa2ed3e15da6fa286d5cc41960a 100644 (file)
 #endif
 
 #include "wx/defs.h"
+#include "wx/string.h"
 
 #if wxUSE_CMDLINE_PARSER
 
-#include "wx/string.h"
-
 class WXDLLEXPORT wxDateTime;
 
 // ----------------------------------------------------------------------------