Skip to content

Commit

Permalink
demo_3.cpp:
Browse files Browse the repository at this point in the history
* Oops. Forgot the namespace specifier "audio" in one place.
  • Loading branch information
razterizer committed Sep 29, 2024
1 parent 3dfda3c commit 48f9e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/demo_3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ int main(int argc, char** argv)
std::optional<int> 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)
{
Expand Down

0 comments on commit 48f9e15

Please sign in to comment.