summaryrefslogtreecommitdiffstats
path: root/src/object/task/taskflag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/task/taskflag.h')
-rw-r--r--src/object/task/taskflag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/task/taskflag.h b/src/object/task/taskflag.h
index 52e78e4..dc15e27 100644
--- a/src/object/task/taskflag.h
+++ b/src/object/task/taskflag.h
@@ -53,7 +53,7 @@ public:
protected:
Error CreateFlag(int rank);
Error DeleteFlag();
- CObject* SearchNearest(D3DVECTOR pos, ObjectType type);
+ CObject* SearchNearest(Math::Vector pos, ObjectType type);
int CountObject(ObjectType type);
protected: