diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-08-03 15:57:33 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-08-03 15:57:33 +0200 |
commit | 13b1b98f7cf8a3b3b2c15dd42f96537b02c00711 (patch) | |
tree | ff3a67221e90eb9aa067e0b0d1f934fd4dd28534 /backend/InstanceFactory.h | |
parent | 2e0cbf393a5320dbf5448ca44a9b5905314b0be8 (diff) | |
download | MultiMC-13b1b98f7cf8a3b3b2c15dd42f96537b02c00711.tar MultiMC-13b1b98f7cf8a3b3b2c15dd42f96537b02c00711.tar.gz MultiMC-13b1b98f7cf8a3b3b2c15dd42f96537b02c00711.tar.lz MultiMC-13b1b98f7cf8a3b3b2c15dd42f96537b02c00711.tar.xz MultiMC-13b1b98f7cf8a3b3b2c15dd42f96537b02c00711.zip |
WTF, I don't even...
Diffstat (limited to 'backend/InstanceFactory.h')
-rw-r--r-- | backend/InstanceFactory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/InstanceFactory.h b/backend/InstanceFactory.h index 0dd4c5d8..26857ef9 100644 --- a/backend/InstanceFactory.h +++ b/backend/InstanceFactory.h @@ -51,10 +51,9 @@ public: }; /*! - * \brief Creates an instance with the given type and stores it in inst. + * \brief Creates a stub instance * * \param inst Pointer to store the created instance in. - * \param type The type of instance to create. * \param instDir The instance's directory. * \return An InstCreateError error code. * - InstExists if the given instance directory is already an instance. |