aboutsummaryrefslogtreecommitdiff
path: root/common/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/stream.h')
-rw-r--r--common/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/stream.h b/common/stream.h
index 0c8eecb6e0..02d170132d 100644
--- a/common/stream.h
+++ b/common/stream.h
@@ -374,7 +374,7 @@ public:
* @param bufSize the size of the buffer
* @return a pointer to the read string, or NULL if an error occurred
*/
- virtual char *readLine_NEW(char *s, size_t bufSize);
+ virtual char *readLine(char *s, size_t bufSize);
/**