mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
enum style
This commit is contained in:
parent
28d073e810
commit
09652f597c
2 changed files with 3 additions and 3 deletions
|
@ -16,10 +16,10 @@ using std::endl;
|
|||
|
||||
namespace nix {
|
||||
|
||||
enum ErrLevel
|
||||
typedef enum
|
||||
{ elWarning
|
||||
, elError
|
||||
};
|
||||
} ErrLevel;
|
||||
|
||||
class ColumnRange {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue