added default constructor

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4097 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2003-07-27 01:35:41 +00:00
parent 172722fe52
commit b7fbf7f753
+5 -1
View File
@@ -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,