fixed breakage from old to new collision
authorFred T. Hamster <fred@feistymeow.org>
Thu, 12 Feb 2026 11:26:49 +0000 (06:26 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Thu, 12 Feb 2026 11:26:49 +0000 (06:26 -0500)
nucleus/library/tests_configuration/test_ini_configurator.cpp

index 864efd143f52418274e3966eb58cd4a0ad9104ec..86c9743b75a078c913b69cdadfaa7d77b493c871 100644 (file)
@@ -54,7 +54,7 @@ typedef double_plus frunkle;
 const char *INI_SECTION = "t_ini_configurator";
 
 //hmmm: ugly old main() without using the hoople machinery.  ack.
-astring static_class_name() { return "test_ini_configurator"; }
+#define static_class_name() "test_ini_configurator"
 
 #define MACRO_AS_STRING(s) #s