Fix build with newer GCC

This commit is contained in:
joerg 2011-12-05 22:53:14 +00:00
parent 0329961a42
commit b19ab1def7
2 changed files with 15 additions and 1 deletions

View file

@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.1.1.1 2010/02/15 14:52:45 wiz Exp $
$NetBSD: distinfo,v 1.2 2011/12/05 22:53:14 joerg Exp $
SHA1 (tellico-1.3.6.tar.gz) = 6405149383655bd072b1443aad1243dd1f6c16a3
RMD160 (tellico-1.3.6.tar.gz) = bd5d7f5fd1a1389ccecd0e9ea3f7cabed9540bd9
Size (tellico-1.3.6.tar.gz) = 5216266 bytes
SHA1 (patch-aa) = 110d5cd17419456a0d2d4e9a7f77cba8b9ffc311
SHA1 (patch-src_cite_actionmanager.cpp) = b085af4ffe4a371a12f7393d9d97da6020c30d2d

View file

@ -0,0 +1,13 @@
$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;
}