enum style
This commit is contained in:
@@ -16,10 +16,10 @@ using std::endl;
|
||||
|
||||
namespace nix {
|
||||
|
||||
enum ErrLevel
|
||||
typedef enum
|
||||
{ elWarning
|
||||
, elError
|
||||
};
|
||||
} ErrLevel;
|
||||
|
||||
class ColumnRange {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user