summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-10-30 19:29:49 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-10-30 19:29:49 +0000
commitfd60130e74661e020e46d954a56c63b4725c8f82 (patch)
treeba7033640e6c03794ae2fc10b67f989284ecf902 /src/extension/internal/bitmap
parentr16892@shi: ted | 2007-10-29 21:33:09 -0700 (diff)
downloadinkscape-fd60130e74661e020e46d954a56c63b4725c8f82.tar.gz
inkscape-fd60130e74661e020e46d954a56c63b4725c8f82.zip
r16893@shi: ted | 2007-10-30 07:31:04 -0700
Wow, that wasn't as hard as I thought it would be. Changing away from SPDocument. Sounded like a good idea, but we need to be able to get selections in the document cache. (bzr r3979)
Diffstat (limited to 'src/extension/internal/bitmap')
-rw-r--r--src/extension/internal/bitmap/imagemagick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/bitmap/imagemagick.h b/src/extension/internal/bitmap/imagemagick.h
index 3060ddd33..1fb79f826 100644
--- a/src/extension/internal/bitmap/imagemagick.h
+++ b/src/extension/internal/bitmap/imagemagick.h
@@ -20,7 +20,7 @@ namespace Bitmap {
class ImageMagickDocCache: public Inkscape::Extension::Implementation::ImplementationDocumentCache {
public:
- ImageMagickDocCache(SPDocument * doc) : Inkscape::Extension::Implementation::ImplementationDocumentCache(doc) { };
+ ImageMagickDocCache(Inkscape::UI::View::View * view) : Inkscape::Extension::Implementation::ImplementationDocumentCache(view) { };
~ImageMagickDocCache ( ) { };
};