diff options
| author | MenTaLguY <mental@rydia.net> | 2006-02-08 04:15:29 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-02-08 04:15:29 +0000 |
| commit | c7ffba4c8d0030bf5bf92dd4eef6fac6017c62bf (patch) | |
| tree | 48842d0beebf72330fd5fd3e8b6d3edcfbedf257 /src/sp-object.cpp | |
| parent | revert to black and white cursors (diff) | |
| download | inkscape-c7ffba4c8d0030bf5bf92dd4eef6fac6017c62bf.tar.gz inkscape-c7ffba4c8d0030bf5bf92dd4eef6fac6017c62bf.zip | |
share_static -> share_static_string
(bzr r104)
Diffstat (limited to '')
| -rw-r--r-- | src/sp-object.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-object.cpp b/src/sp-object.cpp index d8fe26b87..f97007b51 100644 --- a/src/sp-object.cpp +++ b/src/sp-object.cpp @@ -252,9 +252,9 @@ public: Inkscape::Util::shared_ptr<char> name() const { if ( _type == REF) { - return Inkscape::Util::share_static("sp-object-ref"); + return Inkscape::Util::share_static_string("sp-object-ref"); } else { - return Inkscape::Util::share_static("sp-object-unref"); + return Inkscape::Util::share_static_string("sp-object-unref"); } } unsigned propertyCount() const { return 2; } |
