fixed due to monitor.h change

This commit is contained in:
Matej Sekoranja
2012-07-24 21:28:37 +02:00
parent 25b9e5fa5a
commit d9465b0954

View File

@@ -45,7 +45,7 @@ public:
printf("stop called\n");
return status;
}
virtual MonitorElementPtr &poll()
virtual MonitorElementPtr poll()
{
printf("poll called\n");
return emptyElement;