--- smsdaemon/common.cpp 2008/06/10 15:34:19 36 +++ smsdaemon/common.cpp 2008/06/11 14:25:08 55 @@ -8,7 +8,7 @@ #include using namespace std; -char* Months[] = { "", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov","Dec"}; +const char* Months[] = { "", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov","Dec"}; Common* Common::instance() {