Skip to content

Commit 9163248

Browse files
committed
Fixed linker errors on Windows
1 parent e857457 commit 9163248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class CPPCHECKLIB Settings : public cppcheck::Platform {
147147
bool inconclusive;
148148

149149
/** Do not only check how interface is used. Also check that interface is safe. */
150-
class SafeChecks {
150+
class CPPCHECKLIB SafeChecks {
151151
public:
152152
SafeChecks() : classes(false), externalFunctions(false), internalFunctions(false), externalVariables(false) {}
153153

0 commit comments

Comments
 (0)