summaryrefslogtreecommitdiff
path: root/Dalos/Hexview.h
diff options
context:
space:
mode:
authorpixel <pixel>2005-11-05 14:36:11 +0000
committerpixel <pixel>2005-11-05 14:36:11 +0000
commit003e130f79b5de2177381c8258080980b2cf85f5 (patch)
tree340909d5c5959c8ea31ec8c8bd0c0c2903263560 /Dalos/Hexview.h
parent8871e4ca37ae147715dc957904686dd4add82d77 (diff)
Fixing Dalos a bit, and fixing DVD support.
Diffstat (limited to 'Dalos/Hexview.h')
-rw-r--r--Dalos/Hexview.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Dalos/Hexview.h b/Dalos/Hexview.h
index a550e04..ea7209c 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.3 2005-06-20 22:43:35 pixel Exp $ */
+/* $Id: Hexview.h,v 1.4 2005-11-05 14:36:11 pixel Exp $ */
#ifndef __HEXVIEW_H__
#define __HEXVIEW_H__
@@ -55,6 +55,8 @@ class hexview : public mogltk::widget {
int offset_loaded, size_loaded, virtual_base;
int shift;
Uint8 * data;
-} * CurrentHexview;
+};
+
+extern hexview * CurrentHexview;
#endif