optimized
This commit is contained in:
Regular → Executable
+1
-1
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user