Kaydet (Commit) 3fc12f71 authored tarafından Caolán McNamara's avatar Caolán McNamara

this can be const

üst 87441058
...@@ -91,6 +91,8 @@ static const char IMAGE_FOLDER[] = "images"; ...@@ -91,6 +91,8 @@ static const char IMAGE_FOLDER[] = "images";
static const char BITMAPS_FOLDER[] = "Bitmaps"; static const char BITMAPS_FOLDER[] = "Bitmaps";
static const char IMAGE_EXTENSION[] = ".png"; static const char IMAGE_EXTENSION[] = ".png";
static const char ModuleImageList[] = "private:resource/images/moduleimages";
static const char* IMAGELIST_XML_FILE[] = static const char* IMAGELIST_XML_FILE[] =
{ {
"sc_imagelist.xml", "sc_imagelist.xml",
...@@ -105,7 +107,6 @@ static const char* BITMAP_FILE_NAMES[] = ...@@ -105,7 +107,6 @@ static const char* BITMAP_FILE_NAMES[] =
namespace framework namespace framework
{ {
static char ModuleImageList[] = "private:resource/images/moduleimages";
static GlobalImageList* pGlobalImageList = 0; static GlobalImageList* pGlobalImageList = 0;
static const char* ImageType_Prefixes[ImageType_COUNT] = static const char* ImageType_Prefixes[ImageType_COUNT] =
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment