Browse Source

Fix build with gcc-4.6

pull/6/head
falkTX 9 years ago
parent
commit
6aabe6acb0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      dgl/src/NanoVG.cpp

+ 2
- 0
dgl/src/NanoVG.cpp View File

@@ -917,6 +917,8 @@ void NanoWidget::onDisplay()

END_NAMESPACE_DGL

#undef final

extern "C" {
#include "nanovg/nanovg.c"
}


Loading…
Cancel
Save