diff options
Diffstat (limited to 'glib/glibmm/value_custom.h')
-rw-r--r-- | glib/glibmm/value_custom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glibmm/value_custom.h b/glib/glibmm/value_custom.h index 17db8791..a63fc420 100644 --- a/glib/glibmm/value_custom.h +++ b/glib/glibmm/value_custom.h @@ -88,7 +88,7 @@ private: inline CppType get_(void*) const; }; - + /** Generic value implementation for custom types. * @ingroup glibmmValue * Any type to be used with this template must implement: |