Move Diagnostics to separate namespace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "DiagnosticsHolder.hpp"
|
||||
|
||||
using namespace Porygon::Diagnostics;
|
||||
vector<Diagnostic> DiagnosticsHolder::GetDiagnostics() {
|
||||
return _diagnostics;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user