diff options
| author | Ted Gould <ted@gould.cx> | 2006-07-31 05:14:59 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-07-31 05:14:59 +0000 |
| commit | 8044020060a805250b1cb764bee140461bbb6eb8 (patch) | |
| tree | d8388eaa4c61ca13071d09380645c82d58bf822b /src/extension/init.cpp | |
| parent | r13107@tres: ted | 2006-07-30 11:47:41 -0700 (diff) | |
| download | inkscape-8044020060a805250b1cb764bee140461bbb6eb8.tar.gz inkscape-8044020060a805250b1cb764bee140461bbb6eb8.zip | |
r13108@tres: ted | 2006-07-30 12:27:51 -0700
Builds and links. Doesn't work, but builds and links.
(bzr r1525)
Diffstat (limited to 'src/extension/init.cpp')
| -rw-r--r-- | src/extension/init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/init.cpp b/src/extension/init.cpp index 48ebeff78..affa3bcd0 100644 --- a/src/extension/init.cpp +++ b/src/extension/init.cpp @@ -45,6 +45,7 @@ #include "internal/bluredge.h" #include "internal/gimpgrad.h" #include "internal/grid.h" +#include "internal/wpg-input.h" #include "prefs-utils.h" #include "io/sys.h" @@ -121,6 +122,7 @@ init() Internal::OdfOutput::init(); Internal::PrintLatex::init(); Internal::LatexOutput::init(); + Internal::WpgInput::init(); /* Effects */ Internal::BlurEdge::init(); |
