Fix warnings related to const char* -> char* conversion
[vlp.git] / src / edit / editor.cpp
index c40795bafb16c6b8917f1635e084dd61051d3b7c..c832f3e88b37c10d9a82c2e4db6194a8e002c804 100644 (file)
@@ -21,7 +21,7 @@
 /**
  * @attention Currently not in use
  */
-char *UnitTypes[TYPENUM] = {
+const char *UnitTypes[TYPENUM] = {
        "CLASS",
        "PROCEDURE",
        "FUNCTION",