From 54df0bd21af3fa58f72963c02b045c46c7421fba Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 1 Jun 2021 11:19:44 +0200 Subject: [PATCH] GLScope redesign: ScopeVis: corrected export name --- sdrbase/dsp/scopevis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdrbase/dsp/scopevis.h b/sdrbase/dsp/scopevis.h index 950d6b6e2..4db848487 100644 --- a/sdrbase/dsp/scopevis.h +++ b/sdrbase/dsp/scopevis.h @@ -41,7 +41,7 @@ class GLScopeInterface; -class SDRGUI_API ScopeVis : public QObject { +class SDRBASE_API ScopeVis : public QObject { Q_OBJECT public: ScopeVis();