diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-05-12 08:05:59 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-05-12 08:05:59 -0700 |
commit | 836babc55d1a9fad34dc501e036f52fd38e4d42e (patch) | |
tree | bc59936b73fe310786a0a0728645b7f6be7eb5c6 | |
parent | f9210fb397e081fa3c5766186d2d945977d0b965 (diff) | |
download | aptitude-836babc55d1a9fad34dc501e036f52fd38e4d42e.tar.gz |
Make the interface members of tab_info public (oops).
-rw-r--r-- | src/gtk/toplevel/model.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtk/toplevel/model.h b/src/gtk/toplevel/model.h index a40b1072..56a706cb 100644 --- a/src/gtk/toplevel/model.h +++ b/src/gtk/toplevel/model.h @@ -306,6 +306,7 @@ namespace gui */ class tab_info : public tab_display_info, public tab_controller_info { + public: /** \brief Register a slot to be invoked when the tab is to be * closed. * |