Fixed compile errors.

This commit is contained in:
Daviw Williams
2013-05-16 16:14:05 +02:00
parent fa29a83ebd
commit 618b09df46
2 changed files with 4 additions and 4 deletions

View File

@ -133,7 +133,7 @@ namespace PolyVox
ss << " Line: " << line << std::endl; \
ss << " File: " << file << std::endl; \
ss << " Message: " << e.what() << std::endl << std::endl; \
logFatal(ss.str()); \
PolyVox::logFatal(ss.str()); \
POLYVOX_HALT(); \
}