From 9163248e0ccc20a40766a75fd38921ea8da74293 Mon Sep 17 00:00:00 2001 From: PKEuS Date: Sun, 1 Sep 2019 14:44:03 +0200 Subject: [PATCH] Fixed linker errors on Windows --- lib/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.h b/lib/settings.h index 0385e2522..947519525 100644 --- a/lib/settings.h +++ b/lib/settings.h @@ -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) {}