From e922bc4b63b53c8fa0c25141be81db2809960476 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 22 Aug 2018 09:09:45 +0200 Subject: [PATCH] Allow any DGL namespacee --- plugins/Nekobi/DistrhoUINekobi.hpp | 8 ++++---- plugins/Nekobi/NekoWidget.hpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/Nekobi/DistrhoUINekobi.hpp b/plugins/Nekobi/DistrhoUINekobi.hpp index af34e38..e74b855 100644 --- a/plugins/Nekobi/DistrhoUINekobi.hpp +++ b/plugins/Nekobi/DistrhoUINekobi.hpp @@ -25,10 +25,10 @@ #include "DistrhoArtworkNekobi.hpp" #include "NekoWidget.hpp" -using DGL::ImageAboutWindow; -using DGL::ImageButton; -using DGL::ImageKnob; -using DGL::ImageSlider; +using DGL_NAMESPACE::ImageAboutWindow; +using DGL_NAMESPACE::ImageButton; +using DGL_NAMESPACE::ImageKnob; +using DGL_NAMESPACE::ImageSlider; START_NAMESPACE_DISTRHO diff --git a/plugins/Nekobi/NekoWidget.hpp b/plugins/Nekobi/NekoWidget.hpp index 0bba0cd..0b7775e 100644 --- a/plugins/Nekobi/NekoWidget.hpp +++ b/plugins/Nekobi/NekoWidget.hpp @@ -25,7 +25,7 @@ #include // rand -using DGL::Image; +using DGL_NAMESPACE::Image; // -----------------------------------------------------------------------