]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed wxFSVolume definition if !wxUSE_GUI
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 31 Jan 2004 14:49:51 +0000 (14:49 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 31 Jan 2004 14:49:51 +0000 (14:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/volume.h

index 17645ade60d4450623397d81ae7f41ab133de22c..32a2a463063db5901dcddb0339b6cb8959072303 100644 (file)
@@ -139,12 +139,7 @@ private:
 #else // !wxUSE_GUI
 
 // wxFSVolume is the same thing as wxFSVolume in wxBase
 #else // !wxUSE_GUI
 
 // wxFSVolume is the same thing as wxFSVolume in wxBase
-class wxFSVolume : public wxFSVolumeBase
-{
-public:
-    wxFSVolume() : wxFSVolumeBase() { }
-    wxFSVolume(const wxString& name) : wxFSVolumeBase(name) { }
-};
+typedef wxFSVolumeBase wxFSVolume;
 
 #endif // wxUSE_GUI/!wxUSE_GUI
 
 
 #endif // wxUSE_GUI/!wxUSE_GUI