summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-31 21:45:17 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-31 21:45:17 +0000
commitfa071926f015f39711632b3fb9fe16004d93d0ec (patch)
treecc543da5ae2007942e293fbf4c50123c8bc1bf86
parentfeaf6d62da1685a34fbc8c201f31da681f04e2a7 (diff)
downloadtellico-fa071926.tar.gz
tellico-fa071926.zip
Fix tellico FTBFS under gcc4.6
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1244229 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-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;
}