projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
130d96d
)
compilation fix: include wx/iconbndl.h
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 27 Mar 2002 16:30:42 +0000
(16:30 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 27 Mar 2002 16:30:42 +0000
(16:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14815
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/volume.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/volume.h
b/include/wx/volume.h
index 87b9a27ad7166c75cf9fa4b286f8850f112d08a9..902e74bf82b200e0686ef4142d67d192a6d4e508 100644
(file)
--- a/
include/wx/volume.h
+++ b/
include/wx/volume.h
@@
-24,6
+24,10
@@
#if wxUSE_FSVOLUME
+#if wxUSE_GUI
+ #include "wx/iconbndl.h" // for wxIconArray
+#endif // wxUSE_GUI
+
// the volume flags
enum
{
@@
-65,9
+69,6
@@
enum wxFSIconType
wxFS_VOL_ICO_MAX
};
-// already in wx/iconbndl.h
-// WX_DECLARE_EXPORTED_OBJARRAY(wxIcon, wxIconArray);
-
#endif // wxUSE_GUI
class WXDLLEXPORT wxFSVolume