diff options
author | Mike Buland <mike@xagasoft.com> | 2021-06-08 23:20:02 -0700 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2021-06-08 23:20:02 -0700 |
commit | 2745b2811b03e83c165b07801704f32fc5bc588d (patch) | |
tree | 3e504a57f806cb1ddefee1a91fa23e1cc14a253a /src/stable/exceptionindexoutofbounds.cpp | |
parent | babbd76cf79ff196c409000f7724c08798a46dd5 (diff) | |
download | libbu++-2745b2811b03e83c165b07801704f32fc5bc588d.tar.gz libbu++-2745b2811b03e83c165b07801704f32fc5bc588d.tar.bz2 libbu++-2745b2811b03e83c165b07801704f32fc5bc588d.tar.xz libbu++-2745b2811b03e83c165b07801704f32fc5bc588d.zip |
Fixed inculde path in exception source.
Diffstat (limited to '')
-rw-r--r-- | src/stable/exceptionindexoutofbounds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/exceptionindexoutofbounds.cpp b/src/stable/exceptionindexoutofbounds.cpp index eb6d589..d70a373 100644 --- a/src/stable/exceptionindexoutofbounds.cpp +++ b/src/stable/exceptionindexoutofbounds.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "exceptionindexoutofbounds.h" | 8 | #include "bu/exceptionindexoutofbounds.h" |
9 | 9 | ||
10 | namespace Bu | 10 | namespace Bu |
11 | { | 11 | { |