mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Fix cppcheck reported issues (#333)
Fixes: https://github.com/microsoft/PowerToys/issues/266
This commit is contained in:
committed by
GitHub
parent
12cd7bb49f
commit
8ac6db8b5a
@@ -29,7 +29,7 @@ public:
|
||||
Mouse
|
||||
};
|
||||
|
||||
static void KeyUp(WPARAM wparam, bool isEditorMode) noexcept;
|
||||
static void KeyUp(WPARAM wParam, bool isEditorMode) noexcept;
|
||||
static void MoveSizeEnd(_In_opt_ winrt::com_ptr<IZoneSet> activeSet) noexcept;
|
||||
static void CycleActiveZoneSet(_In_opt_ winrt::com_ptr<IZoneSet> activeSet, InputMode mode) noexcept;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user