aboutsummaryrefslogtreecommitdiff
path: root/src/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list.h b/src/list.h
index 2a40013..e5d7ceb 100644
--- a/src/list.h
+++ b/src/list.h
@@ -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 }