mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 22:27:52 +00:00
settings,uisettings: Remove leading underscore
This commit is contained in:
parent
0a5e03b492
commit
c0e9075d6b
6 changed files with 6 additions and 6 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue