mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
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:
parent
295e6b6212
commit
f08724f72e
@ -38,7 +38,7 @@ public:
|
||||
///
|
||||
/// @return Zero on succes else negative
|
||||
///
|
||||
int open();
|
||||
virtual int open();
|
||||
|
||||
protected:
|
||||
Logger * _log;
|
||||
|
Loading…
Reference in New Issue
Block a user