From 67330a126799e077ecbe5a28752439b0541a540d Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 15 Feb 2003 20:08:36 +0000 Subject: [PATCH] Added missing _DoReplace(). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2718 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 dda24f1628..6d6fe86103 100644 --- a/headers/os/support/String.h +++ b/headers/os/support/String.h @@ -307,6 +307,8 @@ private: int32 _ShortFindAfter(const char *, int32) const; int32 _FindBefore(const char *, int32, int32) const; int32 _IFindBefore(const char *, int32, int32) const; + BString &_DoReplace(const char *, const char *, int32, int32, + bool); void _SetLength(int32); #if DEBUG