mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: MSVC build
This commit is contained in:
@@ -245,7 +245,7 @@ namespace hex {
|
||||
}
|
||||
|
||||
std::optional<ProviderRegion> getSelection() {
|
||||
return { impl::s_currentSelection };
|
||||
return impl::s_currentSelection;
|
||||
}
|
||||
|
||||
void clearSelection() {
|
||||
|
||||
Reference in New Issue
Block a user