fix typo in headers

This commit is contained in:
idea4good
2019-10-16 10:30:02 +08:00
parent 461c545711
commit 7c1c6632dd
3 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ public:
unsigned int get_col_num(){ return m_col_num;}
c_rect get_item_rect(int row, int col);
protected:
void draw_item(int col, int row, const char* str, unsigned int color);
void draw_item(int row, int col, const char* str, unsigned int color);
unsigned int m_align_type;
unsigned int m_row_num;