1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 17:59:56 +00:00
openmw/components/compiler/nullerrorhandler.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
219 B
C++
Raw Normal View History

#include "nullerrorhandler.hpp"
void Compiler::NullErrorHandler::report(const std::string& message, const TokenLoc& loc, Type type) {}
2015-03-11 14:54:45 +00:00
void Compiler::NullErrorHandler::report(const std::string& message, Type type) {}