Fixed linker errors on Windows
This commit is contained in:
parent
e857457315
commit
9163248e0c
|
@ -147,7 +147,7 @@ public:
|
||||||
bool inconclusive;
|
bool inconclusive;
|
||||||
|
|
||||||
/** Do not only check how interface is used. Also check that interface is safe. */
|
/** Do not only check how interface is used. Also check that interface is safe. */
|
||||||
class SafeChecks {
|
class CPPCHECKLIB SafeChecks {
|
||||||
public:
|
public:
|
||||||
SafeChecks() : classes(false), externalFunctions(false), internalFunctions(false), externalVariables(false) {}
|
SafeChecks() : classes(false), externalFunctions(false), internalFunctions(false), externalVariables(false) {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue