Move Diagnostics to separate namespace
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
#ifndef PORYGONLANG_DIAGNOSTICSEVERITY_HPP
|
||||
#define PORYGONLANG_DIAGNOSTICSEVERITY_HPP
|
||||
|
||||
enum class DiagnosticSeverity{
|
||||
Info,
|
||||
Warning,
|
||||
Error,
|
||||
};
|
||||
namespace Porygon::Diagnostics {
|
||||
enum class DiagnosticSeverity {
|
||||
Info,
|
||||
Warning,
|
||||
Error,
|
||||
};
|
||||
}
|
||||
|
||||
#endif //PORYGONLANG_DIAGNOSTICSEVERITY_HPP
|
||||
|
||||
Reference in New Issue
Block a user