summaryrefslogtreecommitdiff
path: root/Dalos/Hexview.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Dalos/Hexview.cc')
-rw-r--r--Dalos/Hexview.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dalos/Hexview.cc b/Dalos/Hexview.cc
index 109aa3a..b5f43ae 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.3 2005-06-20 22:43:35 pixel Exp $ */
+/* $Id: Hexview.cc,v 1.4 2005-11-05 14:36:11 pixel Exp $ */
#include <SDL.h>
@@ -204,3 +204,5 @@ void hexview::resize_notify() {
nlines = Father()->GetH() / 13;
resize(Father()->GetW(), Father()->GetH());
}
+
+hexview * CurrentHexview; \ No newline at end of file