diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h index 0ea81fb60..a03509e23 100644 --- a/src/ui/mainwindow.h +++ b/src/ui/mainwindow.h @@ -219,7 +219,9 @@ class MainWindow : public QMainWindow, public PlatformInterface { void AddFolder(); void AddStream(); void AddStreamAccepted(); - void OpenRipCD(); + #ifdef HAVE_AUDIOCD + void OpenRipCD(); + #endif void AddCDTracks(); void AddPodcast();