navigator: use new Param class

This commit is contained in:
Beat Küng
2018-03-02 13:58:43 +01:00
parent 32eaf278ad
commit f2dddc65a5
30 changed files with 172 additions and 207 deletions
+2 -2
View File
@@ -41,8 +41,8 @@
#include "land.h"
#include "navigator.h"
Land::Land(Navigator *navigator, const char *name) :
MissionBlock(navigator, name)
Land::Land(Navigator *navigator) :
MissionBlock(navigator)
{
}