From c014db49f5044f15e7ad0236437ac9ae4aa3b23f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 4 Aug 2008 17:44:07 +0000 Subject: [FIX] Move no longer uses the overworld flag (will just check to see if the worldScript is empty) [FIX] TeamMember now inherits from Config [FIX] Wrapper now inherit from Config git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@235 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokescripting/AbilityWrapper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pokescripting/AbilityWrapper.h') diff --git a/pokescripting/AbilityWrapper.h b/pokescripting/AbilityWrapper.h index 68c918af..aa749e66 100644 --- a/pokescripting/AbilityWrapper.h +++ b/pokescripting/AbilityWrapper.h @@ -29,6 +29,7 @@ namespace Pokescripting class POKESCRIPTING_EXPORT AbilityWrapper : public ObjectWrapper { Q_OBJECT + public: AbilityWrapper(const Pokemod::Ability* ability, QObject* parent); public slots: -- cgit