]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/volume.h
DrawParagraph changed
[wxWidgets.git] / include / wx / volume.h
index a65ce2f2bb5731991d13b6cfbf76744d40f04d13..902e74bf82b200e0686ef4142d67d192a6d4e508 100644 (file)
 
 #if wxUSE_FSVOLUME
 
+#if wxUSE_GUI
+    #include "wx/iconbndl.h" // for wxIconArray
+#endif // wxUSE_GUI
+
 // the volume flags
 enum
 {
@@ -65,8 +69,6 @@ enum wxFSIconType
     wxFS_VOL_ICO_MAX
 };
 
-WX_DECLARE_OBJARRAY(wxIcon, wxIconArray);
-
 #endif // wxUSE_GUI
 
 class WXDLLEXPORT wxFSVolume