diff options
Diffstat (limited to '')
-rw-r--r-- | src/array.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/array.cpp b/src/array.cpp index 8cb58ab..826425c 100644 --- a/src/array.cpp +++ b/src/array.cpp | |||
@@ -7,3 +7,4 @@ | |||
7 | 7 | ||
8 | #include "bu/array.h" | 8 | #include "bu/array.h" |
9 | 9 | ||
10 | namespace Bu { subExceptionDef( ArrayException ) } | ||