summaryrefslogtreecommitdiffstats
path: root/sigmod/Map.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-10-17 05:46:40 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-10-17 05:46:40 +0000
commitb3e1495f7a626bb4429ff5e4f3ad39ae9654f23b (patch)
tree8a188df964484e7dcf630e792dccfa1766c2f8f0 /sigmod/Map.cpp
parent47428274a07bce9be5e62f82aeeb7e57aa21037f (diff)
downloadsigen-b3e1495f7a626bb4429ff5e4f3ad39ae9654f23b.tar.gz
sigen-b3e1495f7a626bb4429ff5e4f3ad39ae9654f23b.tar.xz
sigen-b3e1495f7a626bb4429ff5e4f3ad39ae9654f23b.zip
[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
Diffstat (limited to 'sigmod/Map.cpp')
-rw-r--r--sigmod/Map.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmod/Map.cpp b/sigmod/Map.cpp
index 021de6ac..1aaa5e36 100644
--- a/sigmod/Map.cpp
+++ b/sigmod/Map.cpp
@@ -202,12 +202,12 @@ void Sigmod::Map::deleteRow(const int row)
m_map.deleteRow(row);
}
-const Sigmod::Matrix<int>* Sigmod::Map::map() const
+const Sigcore::Matrix<int>* Sigmod::Map::map() const
{
return &m_map;
}
-Sigmod::Matrix<int>* Sigmod::Map::map()
+Sigcore::Matrix<int>* Sigmod::Map::map()
{
return &m_map;
}