13 lines
309 B
Diff
13 lines
309 B
Diff
diff --git a b
|
|
index eca1b54..dede1d5 100644
|
|
--- a/uppsrc/CodeEditor/Style.cpp
|
|
+++ b/uppsrc/CodeEditor/Style.cpp
|
|
@@ -38,7 +38,7 @@ void HighlightSetup::DefaultHlStyles()
|
|
WhiteTheme();
|
|
}
|
|
|
|
-inline void HighlightSetup::InitOnce()
|
|
+void HighlightSetup::InitOnce()
|
|
{
|
|
ONCELOCK {
|
|
static bool initialised;
|