From edeb11c6a3ea650988130cb76e785abdd590adae Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Mon, 5 Nov 2007 15:15:12 +0000 Subject: Added comment svn path=/branches/glibmm-2-14/; revision=458 --- glib/glibmm/objectbase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/glib/glibmm/objectbase.h b/glib/glibmm/objectbase.h index 2ea5a041..fbc15ddf 100644 --- a/glib/glibmm/objectbase.h +++ b/glib/glibmm/objectbase.h @@ -115,6 +115,7 @@ public: */ void connect_property_changed(const Glib::ustring& property_name, const sigc::slot& slot); + //TODO: Why are these virtual? /** Increment the reference count for this object. * You should never need to do this manually - use the object via a RefPtr instead. */ -- cgit v1.2.1