summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-06-02 12:49:59 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-06-02 12:49:59 +0000
commitdc64efe3d0371dde617a1327568116601fe8375a (patch)
treebd1f47c94435886d632fe4a966e6f88414969187 /src/attributes.cpp
parentMerge branch 'CSSDialogSimplify' (diff)
downloadinkscape-dc64efe3d0371dde617a1327568116601fe8375a.tar.gz
inkscape-dc64efe3d0371dde617a1327568116601fe8375a.zip
Fix codestyle
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp2
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());