]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing include type
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 4 Jan 2010 10:08:01 +0000 (10:08 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 4 Jan 2010 10:08:01 +0000 (10:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/manager.h

index 135803a929fc03430df7196fae9e91c6114f4f1b..bfc3e6cdf8a696a1933be32389e4147263f286d3 100644 (file)
@@ -23,7 +23,7 @@
 #include "wx/button.h"
 #include "wx/textctrl.h"
 #include "wx/dialog.h"
-#include <wx/headerctrl.h>
+#include "wx/headerctrl.h"
 
 // -----------------------------------------------------------------------