diff options
Diffstat (limited to 'src/plugger.cpp')
-rw-r--r-- | src/plugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugger.cpp b/src/plugger.cpp index 6ff31c4..8a1ed47 100644 --- a/src/plugger.cpp +++ b/src/plugger.cpp | |||
@@ -5,6 +5,6 @@ | |||
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 "plugger.h" | 8 | #include "bu/plugger.h" |
9 | 9 | ||
10 | namespace Bu { subExceptionDef( PluginException ) } | 10 | namespace Bu { subExceptionDef( PluginException ) } |