]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/propgrid/sampleprops.h
Resolve ambiguity between GetClientXXX() methods in wxOSX wxComboBox.
[wxWidgets.git] / samples / propgrid / sampleprops.h
index 7cbb41f3e3c32bf97eb2a9f31d0da1e2d8d3940a..0fbbf446b7071152962bcefa66de5d34774f3628 100644 (file)
@@ -29,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.