Files
pkgsrc-ng/misc/tellico-kde3/patches/patch-src_cite_actionmanager.cpp
2013-09-26 17:14:40 +02:00

14 lines
388 B
C++

$NetBSD: patch-src_cite_actionmanager.cpp,v 1.1 2011/12/05 22:53:14 joerg Exp $
--- src/cite/actionmanager.cpp.orig 2011-12-05 20:46:03.000000000 +0000
+++ src/cite/actionmanager.cpp
@@ -20,7 +20,7 @@
using Tellico::Cite::ActionManager;
-ActionManager::ActionManager* ActionManager::self() {
+ActionManager* ActionManager::self() {
static ActionManager self;
return &self;
}