aboutsummaryrefslogtreecommitdiff
path: root/nxcomp
diff options
context:
space:
mode:
Diffstat (limited to 'nxcomp')
-rw-r--r--nxcomp/src/Log.h2
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;
}