forked from lix-project/lix
enum style
This commit is contained in:
parent
28d073e810
commit
09652f597c
|
@ -16,10 +16,10 @@ using std::endl;
|
|||
|
||||
namespace nix {
|
||||
|
||||
enum ErrLevel
|
||||
typedef enum
|
||||
{ elWarning
|
||||
, elError
|
||||
};
|
||||
} ErrLevel;
|
||||
|
||||
class ColumnRange {
|
||||
public:
|
||||
|
|
|
@ -40,7 +40,7 @@ int main()
|
|||
|
||||
printErrorInfo(StandardError()
|
||||
.name("name")
|
||||
.description("description")
|
||||
.description("error description")
|
||||
.nohint()
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue