openmw/components/compiler/nullerrorhandler.cpp

6 lines
221 B
C++
Raw Normal View History

2013-10-17 16:37:22 +02:00
#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) {}