diff options
Diffstat (limited to 'pokescripting/SoundWrapper.h')
| -rw-r--r-- | pokescripting/SoundWrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokescripting/SoundWrapper.h b/pokescripting/SoundWrapper.h index b6209d96..54ac3f38 100644 --- a/pokescripting/SoundWrapper.h +++ b/pokescripting/SoundWrapper.h @@ -43,7 +43,7 @@ class POKESCRIPTING_EXPORT SoundWrapper : public ObjectWrapper Q_SCRIPTABLE QString name() const; Q_SCRIPTABLE Pokemod::Sound::Type type() const; - Q_SCRIPTABLE Phonon::MediaObject* data(); + Q_SCRIPTABLE Phonon::MediaObject* audio(); private: SoundWrapper(const Pokemod::Sound* sound, PokemodWrapper* parent); SoundWrapper& operator=(const SoundWrapper& rhs); |
