settings,uisettings: Remove leading underscore

This commit is contained in:
lat9nq 2023-06-20 19:26:12 -04:00
parent 81a96bafe2
commit fdbeb84168
6 changed files with 6 additions and 6 deletions

View file

@ -205,7 +205,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
-Werror=unreachable-code-aggressive
)
target_compile_definitions(common PRIVATE
$<$<VERSION_LESS:$<CXX_COMPILER_VERSION>,15>:_CANNOT_EXPLICITLY_INSTANTIATE>
$<$<VERSION_LESS:$<CXX_COMPILER_VERSION>,15>:CANNOT_EXPLICITLY_INSTANTIATE>
)
endif()