From 1ca7d51fd7bc9c4685a788f4500250876a4aaef9 Mon Sep 17 00:00:00 2001 From: OmeletWithoutEgg <2qbingxuan@gmail.com> Date: Mon, 5 Feb 2024 02:11:44 +0800 Subject: [PATCH] Fix SVGWriter.cpp wrong ifdef --- codes/Basic/SVGWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/Basic/SVGWriter.cpp b/codes/Basic/SVGWriter.cpp index 22f12376..9fb6ccf4 100644 --- a/codes/Basic/SVGWriter.cpp +++ b/codes/Basic/SVGWriter.cpp @@ -1,4 +1,4 @@ -#ifdef CKISEKI +#ifndef CKISEKI #define ostream stringstream #endif class SVG {