diff options
Diffstat (limited to 'src/configparser.cpp')
| -rw-r--r-- | src/configparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configparser.cpp b/src/configparser.cpp index f5a0ceab6..611aa8aeb 100644 --- a/src/configparser.cpp +++ b/src/configparser.cpp @@ -342,7 +342,7 @@ std::string FilePosition::str() const return name + ":" + ConvToStr(line) + ":" + ConvToStr(column); } -void ParseStack::DoInclude(std::shared_ptr<ConfigTag> tag, int flags) +void ParseStack::DoInclude(const std::shared_ptr<ConfigTag>& tag, int flags) { if (flags & FLAG_NO_INC) throw CoreException("Invalid <include> tag in file included with noinclude=\"yes\""); |
