~ubuntu-branches/debian/sid/inkscape/sid

« back to all changes in this revision

Viewing changes to src/sp-object.cpp

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-06-21 15:13:32 UTC
  • mfrom: (10.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130621151332-uo22shomzjut843h
Tags: 0.48.4-1
* Upload to unstable
* debian/control: added myself to Uploaders
* debian/patches/: patchset updated
  - 04-Fix_FTBFS_on_gcc-4.8.patch added (Closes: #701297)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1813
1813
    return text;
1814
1814
}
1815
1815
 
 
1816
Inkscape::XML::Node * SPObject::getRepr() {
 
1817
    return repr;
 
1818
}
 
1819
 
 
1820
Inkscape::XML::Node const* SPObject::getRepr() const{
 
1821
    return repr;
 
1822
}
 
1823
 
1816
1824
/*
1817
1825
  Local Variables:
1818
1826
  mode:c++