Remove inline from a couple of functions that were causing issues
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-07-04 19:18:03 +02:00
parent 32836c6c58
commit 017e7fdd2e
3 changed files with 8 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ namespace Porygon::Diagnostics {
vector<Diagnostic> GetDiagnostics();
int DiagnosticsCount();
inline int DiagnosticsCount();
Diagnostic *GetDiagnosticAt(int position);