Fixed linker errors on Windows

This commit is contained in:
PKEuS 2019-09-01 14:44:03 +02:00
parent e857457315
commit 9163248e0c
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public:
bool inconclusive;
/** Do not only check how interface is used. Also check that interface is safe. */
class SafeChecks {
class CPPCHECKLIB SafeChecks {
public:
SafeChecks() : classes(false), externalFunctions(false), internalFunctions(false), externalVariables(false) {}