diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-02-28 14:01:45 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-02-28 14:01:45 +0000 |
| commit | fa0d3b889ad80af4b5a0c3f58226978a42e96b37 (patch) | |
| tree | e3b365c00f84f14ece86fc0f8141b79b2e9addda /src/sp-root.h | |
| parent | Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1). (diff) | |
| download | inkscape-fa0d3b889ad80af4b5a0c3f58226978a42e96b37.tar.gz inkscape-fa0d3b889ad80af4b5a0c3f58226978a42e96b37.zip | |
Properly identify an embedded SVG.
(bzr r13075)
Diffstat (limited to 'src/sp-root.h')
| -rw-r--r-- | src/sp-root.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-root.h b/src/sp-root.h index 1c9faed9b..0e5d87133 100644 --- a/src/sp-root.h +++ b/src/sp-root.h @@ -63,6 +63,7 @@ public: virtual Inkscape::DrawingItem* show(Inkscape::Drawing &drawing, unsigned int key, unsigned int flags); virtual void print(SPPrintContext *ctx); + virtual const char* displayName() const; }; #endif /* !SP_ROOT_H_SEEN */ |
