X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FParsedSource.h;fp=src%2Floader%2FParsedSource.h;h=6351ae43f90855b8786c57f2c2d23447817ef0bd;hb=ab772977707672896ec6ce7a23add2bdb044170a;hp=e33796aa8601c0560b476972163dd47ec3581863;hpb=bb7326004878abeadbe171db75d2caa0eae74431;p=l2e.git diff --git a/src/loader/ParsedSource.h b/src/loader/ParsedSource.h index e33796a..6351ae4 100644 --- a/src/loader/ParsedSource.h +++ b/src/loader/ParsedSource.h @@ -78,7 +78,7 @@ public: explicit Value(const std::string &identifier) : literal(0), identifier(identifier), isLiteral(false) { } explicit Value(Literal *literal) - : literal(literal), isLiteral(false) { } + : literal(literal), isLiteral(true) { } public: bool IsLiteral() const { return isLiteral; }