mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: MSVC build errors
This commit is contained in:
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
Submodule lib/external/pattern_language updated: e6cbec137d...a7280dd16f
@@ -288,7 +288,7 @@ namespace hex::ui {
|
||||
std::optional<std::string> getMiniMapVisualizer() const {
|
||||
if (!m_showMiniMap)
|
||||
return std::nullopt;
|
||||
return m_miniMapVisualizer->unlocalizedName;
|
||||
return m_miniMapVisualizer->unlocalizedName.get();
|
||||
}
|
||||
|
||||
void setMiniMapVisualizer(const UnlocalizedString &miniMapVisualizerName) {
|
||||
|
||||
Reference in New Issue
Block a user