optimized

This commit is contained in:
john30
2017-05-15 07:40:23 +02:00
parent bf0fcd081d
commit a16f7d34b2
Regular → Executable
+1 -1
View File
@@ -160,7 +160,7 @@ class AttributedItem {
* Get the item name. * Get the item name.
* @return the item name. * @return the item name.
*/ */
string getName() const { return m_name; } const string& getName() const { return m_name; }
/** /**
* Get a named attribute. * Get a named attribute.