From 48f9e155a68abfce2273de424da14f665c3c3033 Mon Sep 17 00:00:00 2001 From: Rasmus Anthin Date: Sun, 29 Sep 2024 12:36:43 +0200 Subject: [PATCH] demo_3.cpp: * Oops. Forgot the namespace specifier "audio" in one place. --- demos/demo_3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/demo_3.cpp b/demos/demo_3.cpp index 4640c82..9782246 100644 --- a/demos/demo_3.cpp +++ b/demos/demo_3.cpp @@ -118,7 +118,7 @@ int main(int argc, char** argv) std::optional end = std::nullopt;//400; #endif - auto print_waveform_graph = [](const Waveform& wave, audio::GraphType graph_type, + auto print_waveform_graph = [](const audio::Waveform& wave, audio::GraphType graph_type, int width, int height, auto start, auto end) {