summaryrefslogtreecommitdiff
path: root/gio/src/datainputstream.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-11-19 13:53:00 +0100
committerMurray Cumming <murrayc@murrayc.com>2015-11-20 10:17:05 +0100
commitf054030cf0847d086437e0563c41dcaa54431bce (patch)
tree88ee556fc9f87316c0d28dd7416941a76b680772 /gio/src/datainputstream.hg
parentd81579ee90d1b3939110ed0eae526617a5edf64a (diff)
downloadglibmm-f054030cf0847d086437e0563c41dcaa54431bce.tar.gz
Mention nullptr instead of NULL in documentation and some comments.
Diffstat (limited to 'gio/src/datainputstream.hg')
-rw-r--r--gio/src/datainputstream.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/datainputstream.hg b/gio/src/datainputstream.hg
index 6898fbfd..0b5a8bce 100644
--- a/gio/src/datainputstream.hg
+++ b/gio/src/datainputstream.hg
@@ -64,7 +64,7 @@ public:
_WRAP_METHOD(guint64 read_uint64(const Glib::RefPtr<Cancellable>& cancellable{?}), g_data_input_stream_read_uint64, errthrow)
- //Note that we return a bool because we can't use std::string to distinguish between an empty string and a NULL.
+ //Note that we return a bool because we can't use std::string to distinguish between an empty string and a nullptr.
/** Reads a line from the data input stream.
*