BString::SetToArguments(). Forgot the header. :I

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40697 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström
2011-02-26 09:33:19 +00:00
parent ea4fb8788d
commit 7581d0b224
+2
View File
@@ -48,6 +48,8 @@ public:
BString& SetToChars(const char* string, int32 charCount);
BString& SetToChars(const BString& string, int32 charCount);
BString& AdoptChars(BString& from, int32 charCount);
BString& SetToArguments(const char *format, ...);
// Substring copying
BString& CopyInto(BString& into, int32 fromOffset,