From 20d9fcbab1deada7260965dd12c1d22e62a8b341 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 28 Oct 2006 16:50:34 +0000 Subject: Fixing caps in class names. --- Dalos/Hexview.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dalos/Hexview.cc') diff --git a/Dalos/Hexview.cc b/Dalos/Hexview.cc index f523e8d..ddcf00b 100644 --- a/Dalos/Hexview.cc +++ b/Dalos/Hexview.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Hexview.cc,v 1.6 2006-02-02 17:25:28 pixel Exp $ */ +/* $Id: Hexview.cc,v 1.7 2006-10-28 16:50:34 pixel Exp $ */ #include @@ -80,8 +80,8 @@ void hexview::hexview_keyevent::up(SDL_keysym k) { old_handler->up(k); } -hexview::hexview(mogltk::shape * sh, mogltk::widget * father) : - widget(father, 0, 0, father->GetW(), father->GetH(), 0, "hexview", sh), h(0), width(16), offset(0), offset_loaded(-1), size_loaded(0), data(0), virtual_base(0), shift(0) +hexview::hexview(mogltk::Shape * sh, mogltk::Widget * father) : + Widget(father, 0, 0, father->GetW(), father->GetH(), 0, "hexview", sh), h(0), width(16), offset(0), offset_loaded(-1), size_loaded(0), data(0), virtual_base(0), shift(0) { nlines = GetH() / 13; CurrentHexview = this; } -- cgit v1.2.3