diff options
Diffstat (limited to 'src/plugins/Effect/monotostereo/monotostereoplugin.h')
| -rw-r--r-- | src/plugins/Effect/monotostereo/monotostereoplugin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/Effect/monotostereo/monotostereoplugin.h b/src/plugins/Effect/monotostereo/monotostereoplugin.h index a3a92f2d1..cd9c8f109 100644 --- a/src/plugins/Effect/monotostereo/monotostereoplugin.h +++ b/src/plugins/Effect/monotostereo/monotostereoplugin.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2018 by Ilya Kotov * + * Copyright (C) 2018-2019 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -33,8 +33,8 @@ public: virtual ~MonoToStereoPlugin(); - void applyEffect(Buffer *b); - void configure(quint32 freq, ChannelMap map); + void applyEffect(Buffer *b) override; + void configure(quint32 freq, ChannelMap map) override; private: bool m_enabled; |
