forked from eden-emu/eden
settings,uisettings: Remove leading underscore
This commit is contained in:
parent
81a96bafe2
commit
fdbeb84168
6 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "yuzu/uisettings.h"
|
||||
|
||||
#ifndef _CANNOT_EXPLICITLY_INSTANTIATE
|
||||
#ifndef CANNOT_EXPLICITLY_INSTANTIATE
|
||||
namespace Settings {
|
||||
template class Setting<bool>;
|
||||
template class Setting<std::string>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue