aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2021-06-08 23:20:02 -0700
committerMike Buland <mike@xagasoft.com>2021-06-08 23:20:02 -0700
commit2745b2811b03e83c165b07801704f32fc5bc588d (patch)
tree3e504a57f806cb1ddefee1a91fa23e1cc14a253a
parentbabbd76cf79ff196c409000f7724c08798a46dd5 (diff)
downloadlibbu++-2745b2811b03e83c165b07801704f32fc5bc588d.tar.gz
libbu++-2745b2811b03e83c165b07801704f32fc5bc588d.tar.bz2
libbu++-2745b2811b03e83c165b07801704f32fc5bc588d.tar.xz
libbu++-2745b2811b03e83c165b07801704f32fc5bc588d.zip
Fixed inculde path in exception source.
-rw-r--r--src/stable/exceptionindexoutofbounds.cpp2
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
10namespace Bu 10namespace Bu
11{ 11{