mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-07 19:40:19 -05:00
Fix inconsistent static/inline usage.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
struct InstallerWizard
|
||||
{
|
||||
inline static bool s_isVisible = false;
|
||||
static inline bool s_isVisible = false;
|
||||
|
||||
static void Init();
|
||||
static void Draw();
|
||||
|
||||
Reference in New Issue
Block a user