diff options
Diffstat (limited to 'src/renderer.hpp')
| -rw-r--r-- | src/renderer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.hpp b/src/renderer.hpp index b0abf91..9bb69ca 100644 --- a/src/renderer.hpp +++ b/src/renderer.hpp @@ -110,7 +110,7 @@ protected: /* for all intents and purposes this should be private, but we want t public: Renderer() = delete; - Renderer(const Configuration& conf, const ColorMap& cmap, const ValueMap& vmap, std::size_t fft_count); + Renderer(const Configuration& conf, std::size_t fft_count); /** * Render the spectrogram area. |
