summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2007-11-05 15:15:12 +0000
committerMurray Cumming <murrayc@src.gnome.org>2007-11-05 15:15:12 +0000
commitedeb11c6a3ea650988130cb76e785abdd590adae (patch)
treed1ed9291bc72b98c31a7c990ab9bd65a9bed6204
parentcdc4863679629954dfc6797d7bf9095db22e6079 (diff)
downloadglibmm-edeb11c6a3ea650988130cb76e785abdd590adae.tar.gz
Added comment
svn path=/branches/glibmm-2-14/; revision=458
-rw-r--r--glib/glibmm/objectbase.h1
1 files changed, 1 insertions, 0 deletions
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<void>& 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.
*/