Browse Source

Fix build with older gcc

gh-pages
falkTX 9 years ago
parent
commit
c8a638564a
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      dgl/ntk/NtkApp.hpp

+ 10
- 0
dgl/ntk/NtkApp.hpp View File

@@ -19,12 +19,22 @@

#include "../Base.hpp"

#ifdef override
# define override_defined
# undef override
#endif

#include <list>
#include <FL/Fl.H>
#include <FL/Fl_Double_Window.H>
#include <FL/Fl_Shared_Image.H>
#include <FL/x.H>

#ifdef override_defined
# define override
# undef override_defined
#endif

START_NAMESPACE_DGL

class NtkWindow;


Loading…
Cancel
Save