summaryrefslogtreecommitdiffstats
path: root/src/ui/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/target.h')
-rw-r--r--src/ui/target.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/target.h b/src/ui/target.h
index 0b5b67d..47b9760 100644
--- a/src/ui/target.h
+++ b/src/ui/target.h
@@ -18,6 +18,7 @@
#pragma once
+#include <string>
#include <ui/control.h>
@@ -35,7 +36,7 @@ class CTarget : public CControl
bool EventProcess(const Event &event);
void Draw();
- bool GetTooltip(Math::Point pos, char* name);
+ bool GetTooltip(Math::Point pos, std::string &name);
protected:
CObject* DetectFriendObject(Math::Point pos);