r469: Fixed shutdown error, take 2
[ctsim.git] / src / views.h
index c36ad23f3eb58d71a90d762fef2a7d178a66f258..1abe90d59f900cad484bf7bd48230fa35908ec7a 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: views.h,v 1.38 2001/01/28 22:45:54 kevin Exp $
+**  $Id: views.h,v 1.39 2001/01/30 01:21:37 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -158,6 +158,7 @@ public:
   virtual ~ImageFileCanvas();
 
   virtual void OnDraw(wxDC& dc);
+  void OnChar(wxKeyEvent& event);
   void OnMouseEvent(wxMouseEvent& event);
   void DrawRubberBandCursor (wxDC& dc, int x, int y);
   bool GetCurrentCursor (int& x, int& y);