mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-19 04:50:16 +01:00
Including the pointer rip_cd_ in a conditional
This commit is contained in:
parent
fe45462034
commit
4f79898e2d
@ -298,7 +298,9 @@ class MainWindow : public QMainWindow, public PlatformInterface {
|
||||
GlobalSearchView* global_search_view_;
|
||||
LibraryViewContainer* library_view_;
|
||||
FileView* file_view_;
|
||||
boost::scoped_ptr<RipCD> rip_cd_;
|
||||
#ifdef HAVE_AUDIOCD
|
||||
boost::scoped_ptr<RipCD> rip_cd_;
|
||||
#endif
|
||||
PlaylistListContainer* playlist_list_;
|
||||
InternetViewContainer* internet_view_;
|
||||
DeviceViewContainer* device_view_container_;
|
||||
|
Loading…
Reference in New Issue
Block a user