We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b2d18 commit 5493920Copy full SHA for 5493920
1 file changed
lib/cppcheck.h
@@ -154,7 +154,7 @@ class CPPCHECKLIB CppCheck {
154
* @brief Get dumpfile <rawtokens> contents, this is only public for testing purposes
155
*/
156
std::string getDumpFileContentsRawTokens(const std::vector<std::string>& files, const simplecpp::TokenList& tokens1) const;
157
- std::string CppCheck::getDumpFileContentsRawTokens(const std::string& header, const std::string& footer) const;
+ std::string getDumpFileContentsRawTokens(const std::string& header, const std::string& footer) const;
158
std::string getDumpFileContentsRawTokensHeader(const std::vector<std::string>& files) const;
159
std::string getDumpFileContentsRawTokensFooter(const simplecpp::TokenList& tokens1) const;
160
0 commit comments