aboutsummaryrefslogtreecommitdiff
path: root/src/fbasicstring.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/fbasicstring.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fbasicstring.h b/src/fbasicstring.h
index 4907d61..e965de8 100644
--- a/src/fbasicstring.h
+++ b/src/fbasicstring.h
@@ -335,7 +335,7 @@ namespace Bu
335 if( !pChunk ) return false; 335 if( !pChunk ) return false;
336 return pChunk->pData[iPos] != c; 336 return pChunk->pData[iPos] != c;
337 } 337 }
338 338
339 operator bool() const 339 operator bool() const
340 { 340 {
341 return pChunk != NULL; 341 return pChunk != NULL;
@@ -1598,11 +1598,12 @@ namespace Bu
1598 return pFirst->pData; 1598 return pFirst->pData;
1599 } 1599 }
1600 */ 1600 */
1601 1601 /*
1602 operator bool() const 1602 operator bool() const
1603 { 1603 {
1604 return (core->pFirst != NULL); 1604 return (core->pFirst != NULL);
1605 } 1605 }
1606 */
1606 1607
1607 bool isSet() const 1608 bool isSet() const
1608 { 1609 {