mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Moves variable declaration for `bool enabled` from .h to .cpp and fixes up builds. Fixes `#include` in ldml_test_source.cpp which was inside a namespace. Fixes: #10426
5 lines
78 B
C++
5 lines
78 B
C++
#include "test_color.h"
|
|
|
|
namespace console_color {
|
|
bool enabled = false;
|
|
};
|