mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-27 16:22:24 +02:00
Fix some char *foo = "string literal" assignments that really should be assigned to const char*. (they also happen to be constexpr, but that only prevents to assign something later to foo, but does not alter the char* type). Signed-off-by: Henner Zeller <h.zeller@acm.org>