Style and performance fixes. Thanks Ingo and Stephan.

This commit is contained in:
czeidler
2011-12-17 14:36:36 +13:00
parent 7e38e5101f
commit 14fc524be2
2 changed files with 40 additions and 24 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public:
bool Remove(const BString& string,
bool ignoreCase = false);
void Remove(const BStringList& list,
bool Remove(const BStringList& list,
bool ignoreCase = false);
BString Remove(int32 index);
bool Remove(int32 index, int32 count);