CTextBox/CMsgBox: reduce data type conflicts

Origin commit data
------------------
Commit: 342fa5f88a
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-14 (Fri, 14 Sep 2012)

Origin message was:
------------------
*CTextBox/CMsgBox: reduce data type conflicts
This commit is contained in:
2012-09-14 20:44:56 +02:00
parent 61ff4888e9
commit 053ae5f20b
2 changed files with 16 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ class CMsgBox
mbAll = 0x07,
mbBack = 0x08
};
enum mode_
enum modes
{
AUTO_WIDTH = 0x01,
AUTO_HIGH = 0x02,
@@ -85,7 +85,7 @@ class CMsgBox
BORDER = 0x20,
CENTER = 0x40,
NO_AUTO_LINEBREAK= 0x80
}mode;
};
private:
/* Functions */