Explorar o código

Add missing code \o/

Godzil %!s(int64=4) %!d(string=hai) anos
pai
achega
66a8b98aeb
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      source/include/group.h

+ 3 - 1
source/include/group.h

@@ -50,7 +50,9 @@ public:
 
     uint32_t getObjectCount() { return this->objectCount + this->unboxableObjectCount; };
 
-    Group();
+    Group(const char *name = nullptr);
+
+    const char *getName() { return this->name; };
 
     void dumpMe(FILE * fp);
 };