summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-01-19 19:39:53 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-01-22 20:45:21 (GMT)
commit74d4e12444105f2d005a79493116c08a26addbf5 (patch)
tree2de628eb01881972f438d572259cc92d6c5b6455 /src/doxygen.cpp
parent84e655b1e4792b232ed72c70c80269d002142a7f (diff)
downloadDoxygen-74d4e12444105f2d005a79493116c08a26addbf5.zip
Doxygen-74d4e12444105f2d005a79493116c08a26addbf5.tar.gz
Doxygen-74d4e12444105f2d005a79493116c08a26addbf5.tar.bz2
Refactoring: modernize PlantumlManager
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp2
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();