From 7915728c0daf44bc55a04c5190ea08172728b0a7 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 8 Oct 2007 16:58:00 +0000 Subject: * Add setup option to hide main menu entry (Thanks to Alf Fahland, for summit a patch) * Fix some compiler warnings * Remove pregenerated header from i18n files and set proper owner, if known --- libimage/xpm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libimage/xpm.h') diff --git a/libimage/xpm.h b/libimage/xpm.h index ace7837..3268ce2 100644 --- a/libimage/xpm.h +++ b/libimage/xpm.h @@ -29,7 +29,7 @@ class cXPM { - char **m_pXPM; + const char **m_pXPM; unsigned int m_nWidth; unsigned int m_nHeight; unsigned int m_nColors; @@ -42,7 +42,7 @@ class cXPM protected: bool GetColor(unsigned int color,unsigned int& rgb) const; public: - cXPM(char* pXPM[]); + cXPM(const char* pXPM[]); virtual ~cXPM(); enum ePlacement -- cgit v1.2.3