CVS commit by arwalker: Add const. M +2 -2 plotmimesource.cpp 1.5 --- kdeextragear-2/kst/kst/plotmimesource.cpp #1.4:1.5 @@ -27,6 +27,6 @@ typedef struct formatTypes { - char* mime; - char* format; + const char *mime; + const char *format; };