Skip to content

Commit

Permalink
Fix SVGWriter.cpp wrong ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeletWithoutEgg committed Feb 4, 2024
1 parent 26b32d7 commit 1ca7d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codes/Basic/SVGWriter.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifdef CKISEKI
#ifndef CKISEKI
#define ostream stringstream
#endif
class SVG {
Expand Down

0 comments on commit 1ca7d51

Please sign in to comment.