summaryrefslogtreecommitdiffstats
path: root/sigscript/MapEffectWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MapEffectWrapper.h')
-rw-r--r--sigscript/MapEffectWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigscript/MapEffectWrapper.h b/sigscript/MapEffectWrapper.h
index ae28385a..5199f87f 100644
--- a/sigscript/MapEffectWrapper.h
+++ b/sigscript/MapEffectWrapper.h
@@ -41,7 +41,7 @@ class SIGSCRIPT_EXPORT MapEffectWrapper : public ObjectWrapper
Q_SCRIPTABLE QPoint coordinate() const;
Q_SCRIPTABLE SkinWrapper* skin();
Q_SCRIPTABLE bool isGhost() const;
- Q_SCRIPTABLE Sigmod::Script script() const;
+ Q_SCRIPTABLE Sigcore::Script script() const;
private:
MapEffectWrapper(const Sigmod::MapEffect* effect, MapWrapper* parent);
MapEffectWrapper& operator=(const MapEffectWrapper& rhs);