diff options
Diffstat (limited to 'nxcomp/src/Log.h')
-rw-r--r-- | nxcomp/src/Log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Log.h b/nxcomp/src/Log.h index d0ea627fa..95436a55d 100644 --- a/nxcomp/src/Log.h +++ b/nxcomp/src/Log.h @@ -501,7 +501,7 @@ NXLog& operator<< (NXLog& out, const NXLogStamp& value); template <typename T> -bool has_newline(T value) +bool has_newline(T &value) { return false; } |