Browse Source

Fixed for latest changes to Rocket/Core/EventListenerInstancer.h, which should fix compilation of python bindings.

Morgul 14 years ago
parent
commit
2074b69f96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Core/Python/EventListenerInstancer.h

+ 1 - 1
Source/Core/Python/EventListenerInstancer.h

@@ -49,7 +49,7 @@ public:
 
 	/// Instance and event listener object
 	/// @param value Value of the event	
-	virtual EventListener* InstanceEventListener(const Rocket::Core::String& value);
+	virtual EventListener* InstanceEventListener(const Rocket::Core::String& value, Element* element);
 
 	/// Releases this event listener instancer
 	virtual void Release();