summaryrefslogtreecommitdiffstats
path: root/data/inst/instancetype.h
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-02-20 08:32:26 -0600
committerAndrew <forkk@forkk.net>2013-02-20 08:32:59 -0600
commitf71479ec33562c9a0ebbdb335bef5e2824a12710 (patch)
tree198479995279a2a9eaa04fce405ee05b0c7df482 /data/inst/instancetype.h
parent6e5017e48b633e20bbba61ac2e7cd58e693aec4e (diff)
downloadMultiMC-f71479ec33562c9a0ebbdb335bef5e2824a12710.tar
MultiMC-f71479ec33562c9a0ebbdb335bef5e2824a12710.tar.gz
MultiMC-f71479ec33562c9a0ebbdb335bef5e2824a12710.tar.lz
MultiMC-f71479ec33562c9a0ebbdb335bef5e2824a12710.tar.xz
MultiMC-f71479ec33562c9a0ebbdb335bef5e2824a12710.zip
Added stdinstance plugin and a ton of plugin stuff.
Diffstat (limited to 'data/inst/instancetype.h')
-rw-r--r--data/inst/instancetype.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/data/inst/instancetype.h b/data/inst/instancetype.h
index ec3f5b87..bd22a17c 100644
--- a/data/inst/instancetype.h
+++ b/data/inst/instancetype.h
@@ -37,9 +37,7 @@ public:
friend class InstanceLoader;
/*!
- * \brief Gets the ID for this instance type.
- * By default this is the name of the Instance class that this type
- * creates, but this can be changed by overriding this function.
+ * \brief Gets the ID for this instance type.
* The type ID should be unique as it is used to identify the type
* of instances when they are loaded.
* Changing this value at runtime results in undefined behavior.