summaryrefslogtreecommitdiff
path: root/Dalos/Hexview.h
diff options
context:
space:
mode:
Diffstat (limited to 'Dalos/Hexview.h')
-rw-r--r--Dalos/Hexview.h4
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();