From b7fbf7f75389b216f9b7cb083df634e21e9b5201 Mon Sep 17 00:00:00 2001 From: shatty Date: Sun, 27 Jul 2003 01:35:41 +0000 Subject: [PATCH] added default constructor git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4097 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/support/CharacterSet.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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,