added default constructor
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4097 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user