From 9a8aed0775f363aa7e10f5d8f967ec9883b4f30f Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 22 Feb 2019 12:18:00 +0000 Subject: [PATCH] SW-589: Undo r41902 --- LCS/Common/include/Common/InputParSet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LCS/Common/include/Common/InputParSet.h b/LCS/Common/include/Common/InputParSet.h index a072cff2bae..37a1ba66d38 100644 --- a/LCS/Common/include/Common/InputParSet.h +++ b/LCS/Common/include/Common/InputParSet.h @@ -31,7 +31,7 @@ #include <Common/ParameterSet.h> //# Forward declare Input. -namespace casa { +namespace casacore { class Input; } @@ -105,7 +105,7 @@ namespace LOFAR { string getDefault (map<string,IPV>::const_iterator iter) const; ParameterSet itsParSet; - casa::Input* itsInput; + casacore::Input* itsInput; bool itsUsePS; //# true = use ParameterSet string itsVersion; map<string, IPV> itsParms; -- GitLab