Fix up Waterfall control names (#1219)

This commit is contained in:
Kyle Reed 2023-06-29 22:34:19 -07:00 committed by GitHub
parent 3b41d73ddd
commit 2390d79111
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 37 additions and 48 deletions

View file

@ -97,7 +97,7 @@ class CaptureAppView : public View {
16384,
3};
spectrum::WaterfallWidget waterfall{};
spectrum::WaterfallView waterfall{};
};
} /* namespace ui */