]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/volume.h
The use of wxPopupWindow fo rhte autocomplete and calltip windows is
[wxWidgets.git] / include / wx / volume.h
index 2c1a821fa5d58954c4a80624d7497f4705f046f0..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_EXPORTED_OBJARRAY(wxIcon, wxIconArray);
-
 #endif // wxUSE_GUI
 
 class WXDLLEXPORT wxFSVolume