[DEV] add extra compilation flags & correct warning

This commit is contained in:
2013-11-27 21:33:34 +01:00
parent cb20c0af2d
commit 357a8baa9a
15 changed files with 191 additions and 59 deletions

View File

@@ -37,11 +37,11 @@ class BufferView : public widget::List
appl::BufferManager* m_bufferManager; //!< handle on the buffer manager
private:
appl::GlyphPainting* m_paintingProperties; //!< element painting property
esize_t m_colorBackground1;
esize_t m_colorBackground2;
esize_t m_colorBackgroundSelect;
esize_t m_colorTextNormal;
esize_t m_colorTextModify;
int32_t m_colorBackground1;
int32_t m_colorBackground2;
int32_t m_colorBackgroundSelect;
int32_t m_colorTextNormal;
int32_t m_colorTextModify;
private:
int32_t m_selectedIdRequested;
int32_t m_selectedID;