From 7581d0b22480a1d61ac76d53b8ba9dc3c83d360d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Sat, 26 Feb 2011 09:33:19 +0000 Subject: [PATCH] BString::SetToArguments(). Forgot the header. :I git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40697 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/support/String.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/os/support/String.h b/headers/os/support/String.h index 614a5da075..f0ac9ff477 100644 --- a/headers/os/support/String.h +++ b/headers/os/support/String.h @@ -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,