Small perfomance optimization in Directives and Tag methods (#1112)

This commit is contained in:
Igor [hyperxor]
2022-06-01 02:05:22 +03:00
committed by GitHub
parent 190ad502b5
commit c73ee34704
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ struct Tag {
};
Tag(const Token& token);
const std::string Translate(const Directives& directives);
std::string Translate(const Directives& directives);
TYPE type;
std::string handle, value;