summaryrefslogtreecommitdiffstats
path: root/src/object/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/object.h')
-rw-r--r--src/object/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object.h b/src/object/object.h
index e8b83d9..b5c0385 100644
--- a/src/object/object.h
+++ b/src/object/object.h
@@ -639,7 +639,7 @@ public:
void SetDefRank(int rank);
int GetDefRank();
- bool GetTooltipName(char* name);
+ bool GetTooltipName(std::string& name);
void AddDeselList(CObject* pObj);
CObject* SubDeselList();