diff --git a/plugins/singerbot/singerbot.h b/plugins/singerbot/singerbot.h index e6c421830..165492908 100644 --- a/plugins/singerbot/singerbot.h +++ b/plugins/singerbot/singerbot.h @@ -30,7 +30,7 @@ #include "lmmsconfig.h" -#ifndef USE_3RDPARTY_LIBSRC +#ifndef LMMS_USE_3RDPARTY_LIBSRC #include #else #include "src/3rdparty/samplerate/samplerate.h" @@ -68,7 +68,8 @@ public: virtual pluginView * instantiateView( QWidget * _parent ); - void setPlainText( const QString & _plain_text, bool _emitDataChanged = TRUE ); + void setPlainText( const QString & _plain_text, + bool _emitDataChanged = TRUE ); const QString & getPlainText(); private: