--- smsdaemon/common.cpp 2008/06/11 12:57:26 54 +++ 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() {