Skip to content

Commit

Permalink
fix: fixed replacing failures
Browse files Browse the repository at this point in the history
  • Loading branch information
At-sushi committed Jan 19, 2024
1 parent 61130d2 commit 1c40e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/system/task.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,6 @@ namespace gtf

}

#ifdef gtf_HEADER_ONLY
#ifdef GTF_HEADER_ONLY
# include "task.cpp"
#endif
2 changes: 1 addition & 1 deletion test/test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define gtf_HEADER_ONLY
#define GTF_HEADER_ONLY
#include "../iutest/include/iutest.hpp"
#include "../src/system/task.h"

Expand Down

0 comments on commit 1c40e39

Please sign in to comment.