settings,uisettings: Remove leading underscore
This commit is contained in:
parent
81a96bafe2
commit
fdbeb84168
6 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
namespace Settings {
|
||||
|
||||
#ifndef _CANNOT_EXPLICITLY_INSTANTIATE
|
||||
#ifndef CANNOT_EXPLICITLY_INSTANTIATE
|
||||
#define SETTING(TYPE, RANGED) template class Setting<TYPE, RANGED>
|
||||
#define SWITCHABLE(TYPE, RANGED) template class SwitchableSetting<TYPE, RANGED>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue