diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2016-10-27 00:01:14 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-10-27 00:01:14 +0000 |
| commit | 71f7e3e517b5d7f87d30a27b683c57df05ab5368 (patch) | |
| tree | 34e8796399dbb9cfa63a47a491fb37f51ce6b101 /src/sp-object.h | |
| parent | Prevent image drag/drop from grouping (diff) | |
| download | inkscape-71f7e3e517b5d7f87d30a27b683c57df05ab5368.tar.gz inkscape-71f7e3e517b5d7f87d30a27b683c57df05ab5368.zip | |
Fix regression in loop prevention
Fixed bugs:
- https://launchpad.net/bugs/1636533
(bzr r15193)
Diffstat (limited to 'src/sp-object.h')
| -rw-r--r-- | src/sp-object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-object.h b/src/sp-object.h index ac3d0c851..355f837b5 100644 --- a/src/sp-object.h +++ b/src/sp-object.h @@ -201,6 +201,7 @@ public: virtual ~SPObject(); unsigned int cloned : 1; + SPObject *clone_original; unsigned int uflags : 8; unsigned int mflags : 8; SPIXmlSpace xml_space; |
