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
1 changed files with 3 additions and 1 deletions

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