Fix inconsistent static/inline usage.

This commit is contained in:
Skyth
2024-12-13 14:51:13 +03:00
parent 87e3602f41
commit 417805ae38
21 changed files with 85 additions and 85 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
struct InstallerWizard
{
inline static bool s_isVisible = false;
static inline bool s_isVisible = false;
static void Init();
static void Draw();