diff options
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 483426f..34468be 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -11793,7 +11793,7 @@ void generateOutput() warn_flush(); g_s.begin("Running plantuml with JAVA...\n"); - PlantumlManager::instance()->run(); + PlantumlManager::instance().run(); g_s.end(); warn_flush(); |