Skip to content

Commit df8806e

Browse files
committed
CPPCHECKLIB
1 parent f26d601 commit df8806e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/library.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ class CPPCHECKLIB Library {
259259
return (i != functions.end()) ? i->second.returnType : mEmptyString;
260260
}
261261

262-
static Yield yieldFrom(const std::string& yieldName);
263-
static Action actionFrom(const std::string& actionName);
264-
static std::string toString(Yield yield);
265-
static std::string toString(Action action);
262+
CPPCHECKLIB static Yield yieldFrom(const std::string& yieldName);
263+
CPPCHECKLIB static Action actionFrom(const std::string& actionName);
264+
CPPCHECKLIB static std::string toString(Yield yield);
265+
CPPCHECKLIB static std::string toString(Action action);
266266
};
267267
const std::unordered_map<std::string, Container>& containers() const;
268268
const Container* detectContainer(const Token* typeStart) const;

0 commit comments

Comments
 (0)