diff options
-rw-r--r-- | xml/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/object.h b/xml/object.h index 297039e..8d32c3f 100644 --- a/xml/object.h +++ b/xml/object.h @@ -192,7 +192,7 @@ public: ~cxObjects(); }; -// recursive dependancy +// recursive dependency inline uint cxObject::Objects(void) const { return mObjects ? mObjects->size() : 0; |