Implement a solution that seemingly works

This commit is contained in:
robojumper
2024-11-12 19:37:21 +01:00
parent 3a45e6536a
commit 31ddec9bd4
9 changed files with 128 additions and 92 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
// See include/s/README.txt for changes made
sStateID_c::NumberMemo_c sStateID_c::sm_numberMemo;
sStateID_c sStateID::null(nullptr);
const sStateID_c sStateID::null(nullptr);
sStateID_c::sStateID_c(const char *name) {
mpName = name;