diff options
Diffstat (limited to 'sigmod/MapWarp.cpp')
| -rw-r--r-- | sigmod/MapWarp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmod/MapWarp.cpp b/sigmod/MapWarp.cpp index 9cd61065..bd4934b6 100644 --- a/sigmod/MapWarp.cpp +++ b/sigmod/MapWarp.cpp @@ -124,7 +124,7 @@ void Sigmod::MapWarp::setToWarp(const int toWarp) CHECK(toWarp); } -void Sigmod::MapWarp::setScript(const Script& script) +void Sigmod::MapWarp::setScript(const Sigcore::Script& script) { CHECK(script); } @@ -154,7 +154,7 @@ int Sigmod::MapWarp::toWarp() const return m_toWarp; } -Sigmod::Script Sigmod::MapWarp::script() const +Sigcore::Script Sigmod::MapWarp::script() const { return m_script; } |
