CTextBox/CMsgBox: reduce data type conflicts

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2012-09-14 20:44:56 +02:00
parent 43ad1b517a
commit d04a49eefc
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 */