fix: MSVC build

This commit is contained in:
WerWolv
2025-12-22 18:09:06 +01:00
parent 646ebcdd00
commit 4433006842

View File

@@ -245,7 +245,7 @@ namespace hex {
}
std::optional<ProviderRegion> getSelection() {
return { impl::s_currentSelection };
return impl::s_currentSelection;
}
void clearSelection() {