summaryrefslogtreecommitdiffstats
path: root/sigscript/NatureWrapper.h
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 /sigscript/NatureWrapper.h
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 'sigscript/NatureWrapper.h')
-rw-r--r--sigscript/NatureWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigscript/NatureWrapper.h b/sigscript/NatureWrapper.h
index 239d7159..5cac992d 100644
--- a/sigscript/NatureWrapper.h
+++ b/sigscript/NatureWrapper.h
@@ -34,7 +34,7 @@ class SIGSCRIPT_EXPORT NatureWrapper : public ObjectWrapper
static NatureWrapper* create(const Sigmod::Nature* nature, SigmodWrapper* parent);
Q_SCRIPTABLE QString name() const;
- Q_SCRIPTABLE Sigmod::Fraction stat(const Sigmod::Stat stat) const;
+ Q_SCRIPTABLE Sigcore::Fraction stat(const Sigmod::Stat stat) const;
Q_SCRIPTABLE int weight() const;
private:
NatureWrapper(const Sigmod::Nature* nature, SigmodWrapper* parent);