Skip to content

Commit

Permalink
fix: 添加缺失的static
Browse files Browse the repository at this point in the history
  • Loading branch information
vincillau committed Oct 28, 2022
1 parent 33d5003 commit 8d92460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/daemon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace waka::common {
inline static void daemonize() { daemon(1, 0); }

#else
inline void daemonize() {}
inline static void daemonize() {}
#endif // WAKA_PLATFORM == WAKA_PLATFORM_LINUX

} // namespace waka::common
Expand Down

0 comments on commit 8d92460

Please sign in to comment.