Skip to content

Commit d1b6122

Browse files
committed
Changes post review to #8358 - thanks Artyom.
1 parent c20f37a commit d1b6122

File tree

3 files changed

+180
-179
lines changed

3 files changed

+180
-179
lines changed

src/isql/FrontendLexer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class FrontendLexer
4646
std::string rawText;
4747
std::string processedText;
4848

49-
std::string getProcessedString() const
49+
const std::string& getProcessedString() const
5050
{
5151
return type == FrontendLexer::Token::TYPE_STRING || type == FrontendLexer::Token::TYPE_META_STRING ?
5252
processedText : rawText;

0 commit comments

Comments
 (0)