]> git.saurik.com Git - wxWidgets.git/commitdiff
replaced quotes in #include with angle brackets
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 1 Jun 2002 11:48:26 +0000 (11:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 1 Jun 2002 11:48:26 +0000 (11:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/listbox.h

index a6e9766278bc411485cbded5859717a8af792900..0021cc304f87df6aa46924f118e65e9c6f791b9e 100644 (file)
@@ -26,7 +26,7 @@
   class WXDLLEXPORT wxOwnerDrawn;
 
   // define the array of list box items
-  #include  <wx/dynarray.h>
+  #include  "wx/dynarray.h"
 
   WX_DEFINE_EXPORTED_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray);
 #endif // wxUSE_OWNER_DRAWN