diff options
Diffstat (limited to 'cpp/managementgen/templates/Class.cpp')
-rw-r--r-- | cpp/managementgen/templates/Class.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/managementgen/templates/Class.cpp b/cpp/managementgen/templates/Class.cpp index 733e29188e..699d8217b6 100644 --- a/cpp/managementgen/templates/Class.cpp +++ b/cpp/managementgen/templates/Class.cpp @@ -75,9 +75,9 @@ void /*MGEN:Class.NameCap*/::writeSchema (Buffer& buf) buf.putShort (/*MGEN:Class.MethodCount*/); // Method Count buf.putShort (/*MGEN:Class.EventCount*/); // Event Count - // Config Elements + // Properties /*MGEN:Class.ConfigElementSchema*/ - // Inst Elements + // Statistics /*MGEN:Class.InstElementSchema*/ // Methods /*MGEN:Class.MethodSchema*/ |