diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-09-26 20:53:21 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-09-26 20:53:21 +0000 |
| commit | 10388486debb4c9d6482a2c754edebc0ceff3760 (patch) | |
| tree | b0939271566fa26cbf3bc100ca3c7fea624f4354 /src/sp-flowtext.cpp | |
| parent | Compiling problem solved thaks to ~suv (diff) | |
| parent | cppcheck (diff) | |
| download | inkscape-10388486debb4c9d6482a2c754edebc0ceff3760.tar.gz inkscape-10388486debb4c9d6482a2c754edebc0ceff3760.zip | |
update to trunk
(bzr r11950.1.150)
Diffstat (limited to 'src/sp-flowtext.cpp')
| -rw-r--r-- | src/sp-flowtext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-flowtext.cpp b/src/sp-flowtext.cpp index 5e13218f5..88564c0ac 100644 --- a/src/sp-flowtext.cpp +++ b/src/sp-flowtext.cpp @@ -582,7 +582,7 @@ SPItem *SPFlowtext::get_frame(SPItem *after) } if ( frame && SP_IS_USE(frame) ) { - frame = sp_use_get_original(SP_USE(frame)); + frame = SP_USE(frame)->get_original(); } } return frame; |
