commit 6aabe6acb0fffdbd79c74d457887bfa4e8b5e91c parent b5c4ef84bd1103d14284a8550626e53b9ef8bb09 Author: falkTX <falktx@gmail.com> Date: Thu, 25 Jun 2015 13:20:26 +0200 Fix build with gcc-4.6 Diffstat:
M | dgl/src/NanoVG.cpp | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/dgl/src/NanoVG.cpp b/dgl/src/NanoVG.cpp @@ -917,6 +917,8 @@ void NanoWidget::onDisplay() END_NAMESPACE_DGL +#undef final + extern "C" { #include "nanovg/nanovg.c" }