Skip to content

Commit 55dcc05

Browse files
committed
misc-const-correctness
1 parent a4b7d62 commit 55dcc05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ static std::string preprocess(const char code[], std::size_t size, const simplec
159159
return tokens2.stringify();
160160
}
161161

162-
static std::string preprocess(const char code[], const simplecpp::DUI &dui, simplecpp::OutputList *outputList, std::list<simplecpp::MacroUsage> *macroUsage = nullptr, std::list<simplecpp::IfCond> *ifCond = nullptr, const std::string &file = std::string())
162+
static std::string preprocess(const char code[], const simplecpp::DUI &dui, simplecpp::OutputList * const outputList, std::list<simplecpp::MacroUsage> * const macroUsage = nullptr, std::list<simplecpp::IfCond> * const ifCond = nullptr, const std::string &file = std::string())
163163
{
164164
return preprocess(code, strlen(code), dui, outputList, macroUsage, ifCond, file);
165165
}

0 commit comments

Comments
 (0)