diff options
Diffstat (limited to 'base/plugins.h')
| -rw-r--r-- | base/plugins.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/base/plugins.h b/base/plugins.h index 10fbc7d5e0..bb99818648 100644 --- a/base/plugins.h +++ b/base/plugins.h @@ -32,7 +32,7 @@  namespace Common {  	class FSList; -	class FilesystemNode; +	class FSNode;  } @@ -242,7 +242,7 @@ protected:  	 * @param node	the FSNode of the loadable code module  	 * @return	a pointer to a Plugin instance, or 0 if an error occurred.  	 */ -	virtual Plugin *createPlugin(const Common::FilesystemNode &node) const = 0; +	virtual Plugin *createPlugin(const Common::FSNode &node) const = 0;  	/**  	 * Check if the supplied file corresponds to a loadable plugin file in @@ -251,7 +251,7 @@ protected:  	 * @param node	the FSNode of the file to check  	 * @return	true if the filename corresponds to a plugin, false otherwise  	 */ -	virtual bool isPluginFilename(const Common::FilesystemNode &node) const; +	virtual bool isPluginFilename(const Common::FSNode &node) const;  	/**  	 * Optionally add to the list of directories to be searched for | 
