Browse Source

Allow any DGL namespacee

pull/10/head
falkTX 6 years ago
parent
commit
e922bc4b63
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      plugins/Nekobi/DistrhoUINekobi.hpp
  2. +1
    -1
      plugins/Nekobi/NekoWidget.hpp

+ 4
- 4
plugins/Nekobi/DistrhoUINekobi.hpp View File

@@ -25,10 +25,10 @@
#include "DistrhoArtworkNekobi.hpp" #include "DistrhoArtworkNekobi.hpp"
#include "NekoWidget.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 START_NAMESPACE_DISTRHO




+ 1
- 1
plugins/Nekobi/NekoWidget.hpp View File

@@ -25,7 +25,7 @@


#include <cstdlib> // rand #include <cstdlib> // rand


using DGL::Image;
using DGL_NAMESPACE::Image;


// ----------------------------------------------------------------------- // -----------------------------------------------------------------------




Loading…
Cancel
Save