diff --git a/headers/os/support/String.h b/headers/os/support/String.h index 77480c83c3..3c7603e011 100644 --- a/headers/os/support/String.h +++ b/headers/os/support/String.h @@ -14,8 +14,7 @@ class BStringRef; -class BString -{ +class BString { public: BString(); BString(const char* string);