diff options
Diffstat (limited to 'backend/InstanceFactory.h')
-rw-r--r-- | backend/InstanceFactory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/InstanceFactory.h b/backend/InstanceFactory.h index 26857ef9..12139e7d 100644 --- a/backend/InstanceFactory.h +++ b/backend/InstanceFactory.h @@ -21,6 +21,7 @@ #include "libmmc_config.h" +class InstVersion; class BaseInstance; /*! @@ -59,7 +60,7 @@ public: * - InstExists if the given instance directory is already an instance. * - CantCreateDir if the given instance directory cannot be created. */ - InstCreateError createInstance(BaseInstance *&inst, const QString &instDir); + InstCreateError createInstance(BaseInstance *&inst, const InstVersion * version, const QString &instDir); /*! * \brief Loads an instance from the given directory. |