From 93dbac482f6cfaaca203b22706e438fdf2fbe31c Mon Sep 17 00:00:00 2001 From: mfranz Date: Tue, 28 Jun 2005 11:23:53 +0000 Subject: [PATCH] remove "keep" argument; the new removeChild() doesn't support that any more --- src/Instrumentation/gps.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Instrumentation/gps.cxx b/src/Instrumentation/gps.cxx index 26aad8dcf..f17678a0f 100644 --- a/src/Instrumentation/gps.cxx +++ b/src/Instrumentation/gps.cxx @@ -710,7 +710,7 @@ GPS::update (double delta_time_sec) popWp->setBoolValue(false); route->delete_first(); - _route->removeChild("Waypoint", 0, false); + _route->removeChild("Waypoint", 0); } } else { -- 2.39.5