Style fix in Locale Kit headers.
As pointed out by Axel, the wrong style was used in these headers we inherited from OpenTracker days.
This commit is contained in:
@@ -18,7 +18,7 @@ struct UConverter;
|
||||
|
||||
class TextEncoding
|
||||
{
|
||||
public:
|
||||
public:
|
||||
TextEncoding(BString name);
|
||||
TextEncoding(const char* data, size_t length);
|
||||
|
||||
@@ -33,7 +33,7 @@ class TextEncoding
|
||||
char* output, size_t& outputLength);
|
||||
status_t Flush(char* output, size_t& outputLength);
|
||||
|
||||
private:
|
||||
private:
|
||||
BString fName;
|
||||
|
||||
UConverter* fUtf8Converter;
|
||||
|
||||
Reference in New Issue
Block a user