From 932c12a240218b9ff8be2f11aa1a32f074303d85 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 21 Feb 2019 20:19:10 +0000
Subject: [PATCH] SW-589: casacore -> casa namespace change to support Casacore
 3+

---
 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 37a1ba66d38..a072cff2bae 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 casacore {
+namespace casa {
   class Input;
 }
 
@@ -105,7 +105,7 @@ namespace LOFAR {
     string getDefault (map<string,IPV>::const_iterator iter) const;
 
     ParameterSet itsParSet;
-    casacore::Input* itsInput;
+    casa::Input* itsInput;
     bool         itsUsePS;     //# true = use ParameterSet
     string       itsVersion;
     map<string, IPV> itsParms;
-- 
GitLab