Skip to content

Commit

Permalink
hotfix loglevel enum
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaGW2 committed Nov 14, 2023
1 parent c66db5d commit f7c416c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logging/ELogLevel.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef ELOGLEVEL_H
#define ELOGLEVEL_H

enum class ELogLevel : unsigned char
enum class ELogLevel
{
OFF = 0,
CRITICAL = 1,
Expand Down

0 comments on commit f7c416c

Please sign in to comment.