settings,uisettings: Remove leading underscore

This commit is contained in:
lat9nq
2023-06-20 19:26:12 -04:00
parent 0a5e03b492
commit c0e9075d6b
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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>;