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.
|
* provides for aliases.
|
||||||
**/
|
**/
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
* @brief default constructor, for stack allocated character set objects
|
||||||
|
**/
|
||||||
|
BCharacterSet();
|
||||||
|
/**
|
||||||
* @brief constructor, for internal use only
|
* @brief constructor, for internal use only
|
||||||
**/
|
**/
|
||||||
BCharacterSet(uint32 id, uint32 MIBenum, const char * print_name,
|
BCharacterSet(uint32 id, uint32 MIBenum, const char * print_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user