diff options
Diffstat (limited to '')
-rw-r--r-- | src/viewerplain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewerplain.cpp b/src/viewerplain.cpp index 9037a40..3e65f21 100644 --- a/src/viewerplain.cpp +++ b/src/viewerplain.cpp | |||
@@ -1,6 +1,6 @@ | |||
1 | #include "viewerplain.h" | 1 | #include "viewerplain.h" |
2 | #include "perform.h" | 2 | #include "perform.h" |
3 | #include "plugger.h" | 3 | #include "bu/plugger.h" |
4 | 4 | ||
5 | PluginInterface2( plain, ViewerPlain, Viewer, "Mike Buland", 0, 1 ); | 5 | PluginInterface2( plain, ViewerPlain, Viewer, "Mike Buland", 0, 1 ); |
6 | 6 | ||