diff options
Diffstat (limited to 'ingen/shared/World.hpp')
-rw-r--r-- | ingen/shared/World.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/shared/World.hpp b/ingen/shared/World.hpp index f43afaa0..6279e31f 100644 --- a/ingen/shared/World.hpp +++ b/ingen/shared/World.hpp @@ -76,14 +76,14 @@ public: typedef SharedPtr<Interface> (*InterfaceFactory)( World* world, const std::string& engine_url, - SharedPtr<Interface> respond_to); + SharedPtr<Interface> respondee); virtual void add_interface_factory(const std::string& scheme, InterfaceFactory factory); virtual SharedPtr<Interface> interface( const std::string& engine_url, - SharedPtr<Interface> respond_to); + SharedPtr<Interface> respondee); virtual bool run(const std::string& mime_type, const std::string& filename); |