From ee4fdb3416f61b6cab53e5dc62bb989ea27be58b Mon Sep 17 00:00:00 2001
From: Marcel Loose <loose@astron.nl>
Date: Tue, 18 Dec 2012 12:35:31 +0000
Subject: [PATCH] =?UTF-8?q?Task=20#3942:=20Fixed=20warning:=20declaration?=
 =?UTF-8?q?=20=E2=80=98class=20XXX::YYY=E2=80=99=20does=20not=20declare=20?=
 =?UTF-8?q?anything=20[enabled=20by=20default]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 MAC/GCF/RTDB/src/DPresponse.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAC/GCF/RTDB/src/DPresponse.h b/MAC/GCF/RTDB/src/DPresponse.h
index b8f5c7b9a6a..c3f92f07f6d 100644
--- a/MAC/GCF/RTDB/src/DPresponse.h
+++ b/MAC/GCF/RTDB/src/DPresponse.h
@@ -32,7 +32,7 @@
 
 namespace LOFAR {
   namespace GCF {
-    class PVSS::GCFPValue;
+    using PVSS::GCFPValue;
     using PVSS::GCFPVDynArr;
 	using PVSS::PVSSresult;
 	using PVSS::PVSSresponse;
-- 
GitLab