diff options
author | lat9nq <[email protected]> | 2023-06-20 19:26:12 -0400 |
---|---|---|
committer | lat9nq <[email protected]> | 2023-07-21 10:56:55 -0400 |
commit | fdbeb841682b89d4c9fb112786e716f5fac9540c (patch) | |
tree | 06759ae036a82dbc7b9fec4d89351dd387c331c3 /src/yuzu/uisettings.h | |
parent | 81a96bafe210c218efed4e3f1138510bb8a0748c (diff) | |
download | yuzu-android-fdbeb841682b89d4c9fb112786e716f5fac9540c.tar.gz yuzu-android-fdbeb841682b89d4c9fb112786e716f5fac9540c.zip |
settings,uisettings: Remove leading underscore
Diffstat (limited to 'src/yuzu/uisettings.h')
-rw-r--r-- | src/yuzu/uisettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h index 08049f9c4..ee8c9f214 100644 --- a/src/yuzu/uisettings.h +++ b/src/yuzu/uisettings.h @@ -17,7 +17,7 @@ using Settings::Category; using Settings::Setting; -#ifndef _CANNOT_EXPLICITLY_INSTANTIATE +#ifndef CANNOT_EXPLICITLY_INSTANTIATE namespace Settings { extern template class Setting<bool>; extern template class Setting<std::string>; |