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:
Adrien Destugues
2016-09-27 19:34:52 +02:00
parent a95053ddb7
commit 32afcc5cc5
12 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -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;