settings,uisettings: Remove leading underscore
This commit is contained in:
parent
0a5e03b492
commit
c0e9075d6b
6 changed files with 6 additions and 6 deletions
|
@ -45,7 +45,7 @@ struct ResolutionScalingInfo {
|
|||
}
|
||||
};
|
||||
|
||||
#ifndef _CANNOT_EXPLICITLY_INSTANTIATE
|
||||
#ifndef CANNOT_EXPLICITLY_INSTANTIATE
|
||||
// Instantiate the classes elsewhere (settings.cpp) to reduce compiler/linker work
|
||||
#define SETTING(TYPE, RANGED) extern template class Setting<TYPE, RANGED>
|
||||
#define SWITCHABLE(TYPE, RANGED) extern template class SwitchableSetting<TYPE, RANGED>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue