X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..0451a04544e6abc61a3e81ee47b43f9067308b6b:/include/wx/volume.h diff --git a/include/wx/volume.h b/include/wx/volume.h index 17645ade60..32a2a46306 100644 --- a/include/wx/volume.h +++ b/include/wx/volume.h @@ -139,12 +139,7 @@ private: #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