diff options
Diffstat (limited to 'src/list.h')
-rw-r--r-- | src/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -576,7 +576,7 @@ namespace Bu | |||
576 | return *pLast->pValue; | 576 | return *pLast->pValue; |
577 | } | 577 | } |
578 | 578 | ||
579 | const bool isEmpty() const | 579 | bool isEmpty() const |
580 | { | 580 | { |
581 | return (nSize == 0); | 581 | return (nSize == 0); |
582 | } | 582 | } |