# | Line 43 | Line 43 | namespace oopse { | |
---|---|---|
43 | #include "utils/StringUtils.hpp" | |
44 | namespace oopse { | |
45 | ||
46 | < | bool SelectionCompiler::compile(const std::string& filename, const std::string& script) { |
46 | > | bool SelectionCompiler::compile(const std::string& filename, |
47 | > | const std::string& script) { |
48 | ||
49 | this->filename = filename; | |
50 | this->script = script; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |