Skip to content

Commit 5493920

Browse files
committed
Fix qualification warning
1 parent 18b2d18 commit 5493920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cppcheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class CPPCHECKLIB CppCheck {
154154
* @brief Get dumpfile <rawtokens> contents, this is only public for testing purposes
155155
*/
156156
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;
157+
std::string getDumpFileContentsRawTokens(const std::string& header, const std::string& footer) const;
158158
std::string getDumpFileContentsRawTokensHeader(const std::vector<std::string>& files) const;
159159
std::string getDumpFileContentsRawTokensFooter(const simplecpp::TokenList& tokens1) const;
160160

0 commit comments

Comments
 (0)