]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/volume.h
added wxMenu::AppendSubMenu() to avoid having to specify a dummy id when adding a...
[wxWidgets.git] / include / wx / volume.h
index 5bac8c1b6eb29fee93f6da894e41d6da2673f2f6..b179ca76751abdfa07e6f549d055dd7d5a112509 100644 (file)
@@ -117,7 +117,7 @@ enum wxFSIconType
 };
 
 // wxFSVolume adds GetIcon() to wxFSVolumeBase
-class wxFSVolume : public wxFSVolumeBase
+class WXDLLIMPEXP_CORE wxFSVolume : public wxFSVolumeBase
 {
 public:
     wxFSVolume() : wxFSVolumeBase() { InitIcons(); }