diff options
| author | Ted Gould <ted@gould.cx> | 2007-10-30 19:30:04 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-10-30 19:30:04 +0000 |
| commit | 996a71f69787696d6b6753b20b74a992f5f6a7c5 (patch) | |
| tree | a9ecd9483d49493f18486f38d86fd09d1fe21673 /src/extension/implementation/implementation.h | |
| parent | r16893@shi: ted | 2007-10-30 07:31:04 -0700 (diff) | |
| download | inkscape-996a71f69787696d6b6753b20b74a992f5f6a7c5.tar.gz inkscape-996a71f69787696d6b6753b20b74a992f5f6a7c5.zip | |
r16894@shi: ted | 2007-10-30 09:26:42 -0700
OH MY GOD IT WORKS!!!
(bzr r3980)
Diffstat (limited to 'src/extension/implementation/implementation.h')
| -rw-r--r-- | src/extension/implementation/implementation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/implementation/implementation.h b/src/extension/implementation/implementation.h index ad1bbf1d2..f2855a168 100644 --- a/src/extension/implementation/implementation.h +++ b/src/extension/implementation/implementation.h @@ -56,7 +56,7 @@ public: virtual bool load(Inkscape::Extension::Extension *module); virtual void unload(Inkscape::Extension::Extension *module); - ImplementationDocumentCache * newDocCache (Inkscape::Extension::Extension * ext, Inkscape::UI::View::View * doc); + virtual ImplementationDocumentCache * newDocCache (Inkscape::Extension::Extension * ext, Inkscape::UI::View::View * doc); /** Verify any dependencies. */ virtual bool check(Inkscape::Extension::Extension *module); |
