diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fbasicstring.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fbasicstring.h b/src/fbasicstring.h index 6a1708d..3f12946 100644 --- a/src/fbasicstring.h +++ b/src/fbasicstring.h | |||
@@ -1375,7 +1375,7 @@ namespace Bu | |||
1375 | return (pFirst != NULL); | 1375 | return (pFirst != NULL); |
1376 | } | 1376 | } |
1377 | 1377 | ||
1378 | bool compareSub( const chr *pData, long nIndex, long nLen ) | 1378 | bool compareSub( const chr *pData, long nIndex, long nLen ) const |
1379 | { | 1379 | { |
1380 | if( pFirst == NULL ) { | 1380 | if( pFirst == NULL ) { |
1381 | if( pData == NULL ) | 1381 | if( pData == NULL ) |
@@ -1402,7 +1402,7 @@ namespace Bu | |||
1402 | return true; | 1402 | return true; |
1403 | } | 1403 | } |
1404 | 1404 | ||
1405 | bool compareSub( const MyType &rData, long nIndex, long nLen ) | 1405 | bool compareSub( const MyType &rData, long nIndex, long nLen ) const |
1406 | { | 1406 | { |
1407 | if( pFirst == NULL || rData.pFirst == NULL ) | 1407 | if( pFirst == NULL || rData.pFirst == NULL ) |
1408 | return false; | 1408 | return false; |