[FancyZones] Improve code quality (part 4) (#23638)

This commit is contained in:
Seraphima Zykova
2023-01-30 19:39:46 +03:00
committed by GitHub
parent c94c79a057
commit 92f61d6ef5
13 changed files with 423 additions and 647 deletions

View File

@@ -7,7 +7,7 @@ class Layout;
class HighlightedZones
{
public:
HighlightedZones();
HighlightedZones() noexcept;
~HighlightedZones() = default;
const ZoneIndexSet& Zones() const noexcept;