diff options
author | pixel <pixel> | 2006-02-02 11:01:12 +0000 |
---|---|---|
committer | pixel <pixel> | 2006-02-02 11:01:12 +0000 |
commit | d05884755c37c131b610c6ce1aef2201d99a10f5 (patch) | |
tree | a3f87af1b0d234748b7a65530e3b7718f78ec294 /Dalos/Hexview.h | |
parent | 6c6c434f6cc79aa3b9f01d8d5d7b2d538ee68942 (diff) |
Fixing old Dalos, and fixing Linux compilation.
Diffstat (limited to 'Dalos/Hexview.h')
-rw-r--r-- | Dalos/Hexview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dalos/Hexview.h b/Dalos/Hexview.h index ea7209c..4bee1f8 100644 --- a/Dalos/Hexview.h +++ b/Dalos/Hexview.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Hexview.h,v 1.4 2005-11-05 14:36:11 pixel Exp $ */ +/* $Id: Hexview.h,v 1.5 2006-02-02 11:01:12 pixel Exp $ */ #ifndef __HEXVIEW_H__ #define __HEXVIEW_H__ @@ -33,7 +33,7 @@ class hexview : public mogltk::widget { virtual void up(SDL_keysym k); }; hexview(mogltk::shape * sh, mogltk::widget * father); - virtual ~hexview(); + virtual ~hexview() throw (GeneralException); void set_virtual_base(int _virtual_base); int get_nlines(); int get_size(); |