1
0
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:
Andre Siviero 2014-01-23 11:47:51 -02:00
parent fe45462034
commit 4f79898e2d

View File

@ -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_;