summaryrefslogtreecommitdiff
path: root/PlanCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'PlanCommands.h')
-rw-r--r--PlanCommands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PlanCommands.h b/PlanCommands.h
index a9f96e18e6b..3754ab5d4be 100644
--- a/PlanCommands.h
+++ b/PlanCommands.h
@@ -58,7 +58,7 @@ namespace SA_POP {
/**
* @param prev Pointer to the previous command.
*/
- virtual void set_prev (PlanCommand *prev) { this->prev_ = prev; };
+ virtual void set_prev (PlanCommand *prev) { this->prev_ = prev;};
/// Get pointer to previous command.
/**