mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
[FancyZones] Improve code quality (part 4) (#23638)
This commit is contained in:
@@ -7,7 +7,7 @@ class Layout;
|
||||
class HighlightedZones
|
||||
{
|
||||
public:
|
||||
HighlightedZones();
|
||||
HighlightedZones() noexcept;
|
||||
~HighlightedZones() = default;
|
||||
|
||||
const ZoneIndexSet& Zones() const noexcept;
|
||||
|
||||
Reference in New Issue
Block a user