diff --git a/headers/private/support/CharacterSet.h b/headers/private/support/CharacterSet.h index c1b290aecb..2df290e897 100644 --- a/headers/private/support/CharacterSet.h +++ b/headers/private/support/CharacterSet.h @@ -23,7 +23,11 @@ class BCharacterSet { * provides for aliases. **/ public: - /** + /** + * @brief default constructor, for stack allocated character set objects + **/ + BCharacterSet(); + /** * @brief constructor, for internal use only **/ BCharacterSet(uint32 id, uint32 MIBenum, const char * print_name,