We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0ca4d commit 74436ebCopy full SHA for 74436eb
include/scratchcpp/imonitorhandler.h
@@ -15,7 +15,7 @@ class LIBSCRATCHCPP_EXPORT IMonitorHandler
15
public:
16
virtual ~IMonitorHandler() { }
17
18
- virtual void init(Monitor *) = 0;
+ virtual void init(Monitor *monitor) = 0;
19
20
virtual void onValueChanged(const VirtualMachine *vm) = 0;
21
virtual void onVisibleChanged(bool visible) = 0;
0 commit comments