Cleanup. Efficiency makerover.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40720 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström
2011-02-27 09:25:26 +00:00
parent 21c435ae36
commit c9e27adabf
2 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ public:
BString& SetToChars(const BString& string, int32 charCount);
BString& AdoptChars(BString& from, int32 charCount);
BString& SetToArguments(const char *format, ...);
BString& SetToArguments(const char* format, ...);
// Substring copying
BString& CopyInto(BString& into, int32 fromOffset,