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
v3.5.13-sru
tpearson 13 years ago
parent feaf6d62da
commit fa071926f0

@ -20,7 +20,7 @@
using Tellico::Cite::ActionManager;
ActionManager::ActionManager* ActionManager::self() {
ActionManager* ActionManager::self() {
static ActionManager self;
return &self;
}

Loading…
Cancel
Save