diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-09-05 22:48:53 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-09-05 22:48:53 +0000 |
commit | 2ebc1f4a48656d6141633effe03cde6904a14473 (patch) | |
tree | a2f89bd8f40aaaebc70fbe0eba15b6ec9d20ac4a /src/array.h | |
parent | c4176c4dc172e8b30536a4eb90ae6f6f80f75436 (diff) | |
download | libbu++-2ebc1f4a48656d6141633effe03cde6904a14473.tar.gz libbu++-2ebc1f4a48656d6141633effe03cde6904a14473.tar.bz2 libbu++-2ebc1f4a48656d6141633effe03cde6904a14473.tar.xz libbu++-2ebc1f4a48656d6141633effe03cde6904a14473.zip |
Fixed a couple of uber-minor compilation bugs.
Diffstat (limited to 'src/array.h')
-rw-r--r-- | src/array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/array.h b/src/array.h index cd0d7da..43892ee 100644 --- a/src/array.h +++ b/src/array.h | |||
@@ -51,7 +51,7 @@ namespace Bu | |||
51 | { | 51 | { |
52 | } | 52 | } |
53 | 53 | ||
54 | operator | 54 | //operator |
55 | 55 | ||
56 | /** | 56 | /** |
57 | * Get the current size of the list. | 57 | * Get the current size of the list. |