fixed wxFSVolume definition if !wxUSE_GUI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -139,12 +139,7 @@ private:
|
|||||||
#else // !wxUSE_GUI
|
#else // !wxUSE_GUI
|
||||||
|
|
||||||
// wxFSVolume is the same thing as wxFSVolume in wxBase
|
// wxFSVolume is the same thing as wxFSVolume in wxBase
|
||||||
class wxFSVolume : public wxFSVolumeBase
|
typedef wxFSVolumeBase wxFSVolume;
|
||||||
{
|
|
||||||
public:
|
|
||||||
wxFSVolume() : wxFSVolumeBase() { }
|
|
||||||
wxFSVolume(const wxString& name) : wxFSVolumeBase(name) { }
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // wxUSE_GUI/!wxUSE_GUI
|
#endif // wxUSE_GUI/!wxUSE_GUI
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user