diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-06-02 12:49:59 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-06-02 12:49:59 +0000 |
| commit | dc64efe3d0371dde617a1327568116601fe8375a (patch) | |
| tree | bd1f47c94435886d632fe4a966e6f88414969187 /src/attributes.cpp | |
| parent | Merge branch 'CSSDialogSimplify' (diff) | |
| download | inkscape-dc64efe3d0371dde617a1327568116601fe8375a.tar.gz inkscape-dc64efe3d0371dde617a1327568116601fe8375a.zip | |
Fix codestyle
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index 3fa8c0fff..7353c35ed 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -618,7 +618,7 @@ std::vector<Glib::ustring> sp_attribute_name_list(bool cssattr, bool attr) } } if (add) { - result.push_back(Glib::ustring(prop.name)); + result.emplace_back(prop.name); } } std::sort(result.begin(), result.end()); |
