]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/propgrid/sampleprops.h
Remove remaining occurrences of wxUSE_XPM_IN_MSW.
[wxWidgets.git] / samples / propgrid / sampleprops.h
index e3bf73844f084c1c919a305de309f3259de75c21..0fbbf446b7071152962bcefa66de5d34774f3628 100644 (file)
@@ -12,6 +12,7 @@
 #ifndef _WX_SAMPLES_PROPGRID_SAMPLEPROPS_H_
 #define _WX_SAMPLES_PROPGRID_SAMPLEPROPS_H_
 
+#include "wx/fontdata.h"
 
 DECLARE_VARIANT_OBJECT(wxFontData)
 
@@ -28,7 +29,7 @@ public:
 
     void OnSetValue();
 
-    // Inorder to have different value type in a derived property
+    // In order to have different value type in a derived property
     // class, we will override GetValue to return custom variant,
     // instead of changing the base m_value. This allows the methods
     // in base class to function properly.