summaryrefslogtreecommitdiff
path: root/glib/src/module.hg
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src/module.hg')
-rw-r--r--glib/src/module.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/src/module.hg b/glib/src/module.hg
index 65f7f87a..f1caf774 100644
--- a/glib/src/module.hg
+++ b/glib/src/module.hg
@@ -61,7 +61,7 @@ public:
* Glib::Module module("plugins/helloworld");
* if(module)
* {
- * void* func = 0;
+ * void* func = nullptr;
* bool found = get_symbol("some_function", func);
* }
* @endcode