We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac7a89 commit 4effa83Copy full SHA for 4effa83
src/lib/cwe-name-lookup.hh
@@ -31,7 +31,7 @@ class CweNameLookup: public AbstractCsvParser {
31
~CweNameLookup() override;
32
33
/// return name of the given CWE ID, or an empty string if not found
34
- const std::string& lookup(const int cwe) const;
+ const std::string& lookup(int cwe) const;
35
36
protected:
37
bool /* continue */ handleLine(const TStringList &) override;
0 commit comments