Allow any DGL namespacee

This commit is contained in:
falkTX 2018-08-22 09:09:45 +02:00
parent 329829cfcc
commit e922bc4b63
2 changed files with 5 additions and 5 deletions

View File

@ -25,10 +25,10 @@
#include "DistrhoArtworkNekobi.hpp" #include "DistrhoArtworkNekobi.hpp"
#include "NekoWidget.hpp" #include "NekoWidget.hpp"
using DGL::ImageAboutWindow; using DGL_NAMESPACE::ImageAboutWindow;
using DGL::ImageButton; using DGL_NAMESPACE::ImageButton;
using DGL::ImageKnob; using DGL_NAMESPACE::ImageKnob;
using DGL::ImageSlider; using DGL_NAMESPACE::ImageSlider;
START_NAMESPACE_DISTRHO START_NAMESPACE_DISTRHO

View File

@ -25,7 +25,7 @@
#include <cstdlib> // rand #include <cstdlib> // rand
using DGL::Image; using DGL_NAMESPACE::Image;
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------