fix call off open in leddevice

... leads to not called open in subclass, e.g. serial port can't be opened
This commit is contained in:
redPanther 2016-07-17 14:58:05 +02:00 committed by GitHub
parent 295e6b6212
commit f08724f72e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public:
///
/// @return Zero on succes else negative
///
int open();
virtual int open();
protected:
Logger * _log;