Skip to content

Commit 74436eb

Browse files
committed
Add missing parameter name to IMonitorHandler::init()
1 parent ef0ca4d commit 74436eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/scratchcpp/imonitorhandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class LIBSCRATCHCPP_EXPORT IMonitorHandler
1515
public:
1616
virtual ~IMonitorHandler() { }
1717

18-
virtual void init(Monitor *) = 0;
18+
virtual void init(Monitor *monitor) = 0;
1919

2020
virtual void onValueChanged(const VirtualMachine *vm) = 0;
2121
virtual void onVisibleChanged(bool visible) = 0;

0 commit comments

Comments
 (0)