summaryrefslogtreecommitdiff
path: root/glib/glibmm/refptr.h
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2015-11-23 16:41:32 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2015-11-23 16:41:32 +0100
commit8516e068ea4eccbc4c7fd76df3ea03092fc325a5 (patch)
tree1e3d0f30775551667e43fe9a7845aea0afab79db /glib/glibmm/refptr.h
parent0d13b4b18bd0aa607e7a8a244f6cea2415cd9f47 (diff)
downloadglibmm-8516e068ea4eccbc4c7fd76df3ea03092fc325a5.tar.gz
Glib: More nullptr instead of 0
Diffstat (limited to 'glib/glibmm/refptr.h')
-rw-r--r--glib/glibmm/refptr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/glib/glibmm/refptr.h b/glib/glibmm/refptr.h
index df12ed63..5402241a 100644
--- a/glib/glibmm/refptr.h
+++ b/glib/glibmm/refptr.h
@@ -1,4 +1,3 @@
-// -*- c++ -*-
#ifndef _GLIBMM_REFPTR_H
#define _GLIBMM_REFPTR_H
@@ -174,7 +173,7 @@ public:
inline void clear() noexcept;
#endif //GLIBMM_DISABLE_DEPRECATED
- /** Set underlying instance to 0, decrementing reference count of existing instance appropriately.
+ /** Set underlying instance to nullptr, decrementing reference count of existing instance appropriately.
* @newin{2,16}
*/
inline void reset() noexcept;