diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-04-05 05:06:43 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-04-05 05:06:43 +0000 |
| commit | 9ff6ffd913086ac953e79231c2a3345f997589fe (patch) | |
| tree | ca090d1c76e439a0f704de753e8789f2df071b51 /src/document.h | |
| parent | c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + so... (diff) | |
| download | inkscape-9ff6ffd913086ac953e79231c2a3345f997589fe.tar.gz inkscape-9ff6ffd913086ac953e79231c2a3345f997589fe.zip | |
Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread "Some clipboard functions")
(bzr r11153)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h index e41ec4d59..ca709a8b6 100644 --- a/src/document.h +++ b/src/document.h @@ -247,6 +247,8 @@ public: unsigned int vacuumDocument(); + void importDefs(SPDocument *source); + private: void do_change_uri(gchar const *const filename, bool const rebase); void setupViewport(SPItemCtx *ctx); |
