summaryrefslogtreecommitdiffstats
path: root/sigmod/Map.cpp
diff options
context:
space:
mode:
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;
}