some enum warrnings compil fixes

Origin commit data
------------------
Commit: 051fb7c008
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-02-15 (Sun, 15 Feb 2015)
This commit is contained in:
Jacek Jendrzej
2015-02-15 22:16:47 +01:00
parent f781defc64
commit 44a7c3703c
10 changed files with 27 additions and 27 deletions

View File

@@ -137,13 +137,13 @@ class CProgressBar : public CComponentsItem
PB_MATRIX, /* 0 */
PB_LINES_V, /* 1 */
PB_LINES_H, /* 2 */
PB_COLOR, /* 3 */
PB_COLOR /* 3 */
};
enum pb_type_t {
PB_REDLEFT = 0,
PB_REDRIGHT,
PB_TIMESCALE,
PB_TIMESCALE
};
void setType(pb_type_t type);