diff options
Diffstat (limited to 'src/threadsocket.cpp')
| -rw-r--r-- | src/threadsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threadsocket.cpp b/src/threadsocket.cpp index 4e56e8f43..f059b704e 100644 --- a/src/threadsocket.cpp +++ b/src/threadsocket.cpp @@ -96,7 +96,7 @@ class ThreadSignalSocket final void Notify() { - static const char dummy = '*'; + static constexpr char dummy = '*'; write(send_fd, &dummy, 1); } |
