mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 06:07:52 -05:00
settings,uisettings: Remove leading underscore
This commit is contained in:
@ -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>;
|
||||
|
Reference in New Issue
Block a user