From 59f8144c50765189594d5932fc25869f9ea6e265 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 18:19:03 +0200 Subject: *: use nullptr instead of NULL --- src/TextFile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TextFile.hxx') diff --git a/src/TextFile.hxx b/src/TextFile.hxx index 4291f2639..9d8608711 100644 --- a/src/TextFile.hxx +++ b/src/TextFile.hxx @@ -53,7 +53,7 @@ public: * * @param file the source file, opened in text mode * @param buffer an allocator for the buffer - * @return a pointer to the line, or NULL on end-of-file or error + * @return a pointer to the line, or nullptr on end-of-file or error */ char *ReadLine(); }; -- cgit v1.2.3