aboutsummaryrefslogtreecommitdiff
path: root/src/viewerfactory.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-09-12 18:19:05 +0000
committerMike Buland <eichlan@xagasoft.com>2006-09-12 18:19:05 +0000
commit9d9f75e6da9885e256097a2eabd0ccb951a40651 (patch)
tree45f9e83c080e0243aad34cfdfe969e31677d14e0 /src/viewerfactory.cpp
parent58f477bd5c5f9a61d4a4072d452856b180b1c172 (diff)
downloadbuild-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.gz
build-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.bz2
build-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.xz
build-9d9f75e6da9885e256097a2eabd0ccb951a40651.zip
Fixed the viewers, and some other good goo.
Diffstat (limited to '')
-rw-r--r--src/viewerfactory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/viewerfactory.cpp b/src/viewerfactory.cpp
index 3778c37..3dbc232 100644
--- a/src/viewerfactory.cpp
+++ b/src/viewerfactory.cpp
@@ -1,10 +1,12 @@
1#include "viewerfactory.h" 1#include "viewerfactory.h"
2 2
3extern struct PluginInfo plain; 3extern struct PluginInfo plain;
4extern struct PluginInfo percent;
4 5
5ViewerFactory::ViewerFactory() 6ViewerFactory::ViewerFactory()
6{ 7{
7 registerBuiltinPlugin( &plain ); 8 registerBuiltinPlugin( &plain );
9 registerBuiltinPlugin( &percent );
8} 10}
9 11
10ViewerFactory::~ViewerFactory() 12ViewerFactory::~ViewerFactory()