summaryrefslogtreecommitdiff
path: root/rts/Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Task.h')
-rw-r--r--rts/Task.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/Task.h b/rts/Task.h
index 2d406aa457..f91872f9a0 100644
--- a/rts/Task.h
+++ b/rts/Task.h
@@ -14,7 +14,7 @@
#include "GetTime.h"
-BEGIN_RTS_PRIVATE
+#include "BeginPrivate.h"
/*
Definition of a Task
@@ -270,6 +270,6 @@ setMyTask (Task *task)
#endif
}
-END_RTS_PRIVATE
+#include "EndPrivate.h"
#endif /* TASK_H */