summaryrefslogtreecommitdiff
path: root/glib/glibmm/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/glibmm/value.h')
-rw-r--r--glib/glibmm/value.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/glibmm/value.h b/glib/glibmm/value.h
index c0890154..4873d684 100644
--- a/glib/glibmm/value.h
+++ b/glib/glibmm/value.h
@@ -108,7 +108,7 @@ public:
protected:
void set_boxed(const void* data);
- void* get_boxed() const; // doesn't copy
+ void* get_boxed() const; // doesn't copy
};
@@ -235,7 +235,7 @@ public:
CppType get() const { return Glib::RefPtr<T>::cast_dynamic(get_object_copy()); }
};
-//The SUN Forte Compiler has a problem with this:
+//The SUN Forte Compiler has a problem with this:
#ifdef GLIBMM_HAVE_DISAMBIGUOUS_CONST_TEMPLATE_SPECIALIZATIONS
/** Partial specialization for RefPtr<> to const Glib::Object.