summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cite/actionmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cite/actionmanager.cpp b/src/cite/actionmanager.cpp
index 905f81a..c49ea5c 100644
--- a/src/cite/actionmanager.cpp
+++ b/src/cite/actionmanager.cpp
@@ -20,7 +20,7 @@
using Tellico::Cite::ActionManager;
-ActionManager::ActionManager* ActionManager::self() {
+ActionManager* ActionManager::self() {
static ActionManager self;
return &self;
}