From 8086dd43dd2d56d765ecce2cddd7d984818ae055 Mon Sep 17 00:00:00 2001 From: akir Date: Thu, 21 Oct 2004 10:40:37 +0000 Subject: missing namespace --- src/IntResMenuItem.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/IntResMenuItem.cc b/src/IntResMenuItem.cc index 292b768..33fa0b8 100644 --- a/src/IntResMenuItem.cc +++ b/src/IntResMenuItem.cc @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: IntResMenuItem.cc,v 1.4 2004/08/31 15:26:38 rathnor Exp $ +// $Id: IntResMenuItem.cc,v 1.5 2004/10/21 10:40:37 akir Exp $ #include "IntResMenuItem.hh" #include "PixmapWithMask.hh" @@ -71,5 +71,5 @@ void IntResMenuItem::click(int button, int time) { // update label setLabel(appendIntValue(m_org_label, *m_res).c_str()); // call other commands - MenuItem::click(button, time); + FbTk::MenuItem::click(button, time); } -- cgit v0.11.2