diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-31 21:45:17 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-31 21:45:17 +0000 |
commit | fa071926f015f39711632b3fb9fe16004d93d0ec (patch) | |
tree | cc543da5ae2007942e293fbf4c50123c8bc1bf86 /src/cite/actionmanager.cpp | |
parent | feaf6d62da1685a34fbc8c201f31da681f04e2a7 (diff) | |
download | tellico-fa071926f015f39711632b3fb9fe16004d93d0ec.tar.gz tellico-fa071926f015f39711632b3fb9fe16004d93d0ec.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
Diffstat (limited to 'src/cite/actionmanager.cpp')
-rw-r--r-- | src/cite/actionmanager.cpp | 2 |
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; } |