]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/listbox.h
Added SetSheetStyle to property sheet dialog to allow specification
[wxWidgets.git] / include / wx / os2 / listbox.h
index 96321056890db3a64b552121636eace6d96588e6..4c67ca7fcd334ccabe7189bbe3c97b9ea8fae06c 100644 (file)
@@ -20,7 +20,7 @@
     class WXDLLEXPORT wxOwnerDrawn;
 
     // define the array of list box items
-    #include  <wx/dynarray.h>
+    #include  "wx/dynarray.h"
 
     WX_DEFINE_EXPORTED_ARRAY_PTR(wxOwnerDrawn *, wxListBoxItemsArray);
 #endif // wxUSE_OWNER_DRAWN
@@ -173,5 +173,4 @@ private:
     DECLARE_DYNAMIC_CLASS(wxListBox)
 }; // end of wxListBox
 
-#endif
-    // _WX_LISTBOX_H_
+#endif // _WX_LISTBOX_H_