mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
67bd6cd708
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
6 lines
221 B
C++
6 lines
221 B
C++
#include "nullerrorhandler.hpp"
|
|
|
|
void Compiler::NullErrorHandler::report (const std::string& message, const TokenLoc& loc, Type type) {}
|
|
|
|
void Compiler::NullErrorHandler::report (const std::string& message, Type type) {}
|