diff options
| author | Ted Gould <ted@gould.cx> | 2007-10-30 19:30:32 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-10-30 19:30:32 +0000 |
| commit | e519dc064380ef2d4c3ebbd40c7919afbae71a20 (patch) | |
| tree | 379be0bcce49f636d14402884cd49a80044bdcae /src/extension/implementation/script.h | |
| parent | r16895@shi: ted | 2007-10-30 09:35:24 -0700 (diff) | |
| download | inkscape-e519dc064380ef2d4c3ebbd40c7919afbae71a20.tar.gz inkscape-e519dc064380ef2d4c3ebbd40c7919afbae71a20.zip | |
r16896@shi: ted | 2007-10-30 12:16:06 -0700
Caching the input file for effects.
(bzr r3982)
Diffstat (limited to 'src/extension/implementation/script.h')
| -rw-r--r-- | src/extension/implementation/script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/implementation/script.h b/src/extension/implementation/script.h index 6a6256f3c..bb3516232 100644 --- a/src/extension/implementation/script.h +++ b/src/extension/implementation/script.h @@ -62,6 +62,8 @@ public: */ virtual bool check(Inkscape::Extension::Extension *module); + ImplementationDocumentCache * newDocCache (Inkscape::Extension::Extension * ext, Inkscape::UI::View::View * view); + /** * */ |
