summaryrefslogtreecommitdiff
path: root/distrho/src/DistrhoUIInternal.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2015-05-05 14:23:49 +0200
committerfalkTX <falktx@gmail.com>2015-05-05 14:23:49 +0200
commit37783ee192766e38a54c64641a442ab8a52e9d1a (patch)
tree99af96961181f16e2207aeee0439e45127e416fc /distrho/src/DistrhoUIInternal.hpp
parentdb4c38c4eba98be6250290dd4fb6e77cf901155d (diff)
Fix build
Diffstat (limited to 'distrho/src/DistrhoUIInternal.hpp')
-rw-r--r--distrho/src/DistrhoUIInternal.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/distrho/src/DistrhoUIInternal.hpp b/distrho/src/DistrhoUIInternal.hpp
index ae3bd996..3872760f 100644
--- a/distrho/src/DistrhoUIInternal.hpp
+++ b/distrho/src/DistrhoUIInternal.hpp
@@ -18,10 +18,10 @@
#define DISTRHO_UI_INTERNAL_HPP_INCLUDED
#include "../DistrhoUI.hpp"
-#include "../../dgl/App.hpp"
+#include "../../dgl/Application.hpp"
#include "../../dgl/Window.hpp"
-using DGL::App;
+using DGL::Application;
using DGL::IdleCallback;
using DGL::Window;
@@ -142,7 +142,7 @@ UI* createUiWrapper(void* const dspPtr, Window* const window)
class UIExporterWindow : public Window
{
public:
- UIExporterWindow(App& app, const intptr_t winId, void* const dspPtr)
+ UIExporterWindow(Application& app, const intptr_t winId, void* const dspPtr)
: Window(app, winId),
fUI(createUiWrapper(dspPtr, this)),
fIsReady(false)
@@ -371,7 +371,7 @@ private:
// -------------------------------------------------------------------
// DGL Application and Window for this widget
- App glApp;
+ Application glApp;
UIExporterWindow glWindow;
// prevent recursion