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 2009c03f..dddb5249 100644
--- a/glib/src/module.hg
+++ b/glib/src/module.hg
@@ -84,7 +84,7 @@ public:
/** Check whether the module was found.
*/
- operator bool() const;
+ explicit operator bool() const;
/** Checks if modules are supported on the current platform.
* @returns true if available, false otherwise