diff options
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()); |
