From d9465b0954f00c90e3044a5457e2002a6433a548 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Tue, 24 Jul 2012 21:28:37 +0200 Subject: [PATCH] fixed due to monitor.h change --- testApp/monitor/testMonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testApp/monitor/testMonitor.cpp b/testApp/monitor/testMonitor.cpp index f42037c..483165f 100644 --- a/testApp/monitor/testMonitor.cpp +++ b/testApp/monitor/testMonitor.cpp @@ -45,7 +45,7 @@ public: printf("stop called\n"); return status; } - virtual MonitorElementPtr &poll() + virtual MonitorElementPtr poll() { printf("poll called\n"); return emptyElement;