--- trunk/src/selection/SelectionCompiler.cpp 2005/04/15 22:04:00 507 +++ trunk/src/selection/SelectionCompiler.cpp 2009/10/07 20:49:50 1364 @@ -43,7 +43,8 @@ namespace oopse { #include "utils/StringUtils.hpp" namespace oopse { - bool SelectionCompiler::compile(const std::string& filename, const std::string& script) { + bool SelectionCompiler::compile(const std::string& filename, + const std::string& script) { this->filename = filename; this->script = script;