From b3e1495f7a626bb4429ff5e4f3ad39ae9654f23b Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 17 Oct 2008 05:46:40 +0000 Subject: [FIX] Moved Hat, Fraction, Matrix, and Script to sigcore git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@281 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- sigmod/CoinList.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigmod/CoinList.cpp') diff --git a/sigmod/CoinList.cpp b/sigmod/CoinList.cpp index f37c0627..a36ebeb6 100644 --- a/sigmod/CoinList.cpp +++ b/sigmod/CoinList.cpp @@ -122,7 +122,7 @@ void Sigmod::CoinList::setName(const QString& name) CHECK(name); } -void Sigmod::CoinList::setScript(const Script& script) +void Sigmod::CoinList::setScript(const Sigcore::Script& script) { CHECK(script); } @@ -132,7 +132,7 @@ QString Sigmod::CoinList::name() const return m_name; } -Sigmod::Script Sigmod::CoinList::script() const +Sigcore::Script Sigmod::CoinList::script() const { return m_script; } -- cgit