r443: no message
[ctsim.git] / src / views.h
index de216d880cbd37f7d9276fd8420026ff40c2d98d..81cf6a7ccc1b214fa3fb3a7dfd42089107308ac4 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: views.h,v 1.32 2001/01/26 23:23:00 kevin Exp $
+**  $Id: views.h,v 1.33 2001/01/27 01:51:47 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
@@ -142,10 +142,9 @@ public:
 class ImageFileCanvas: public wxScrolledWindow
 {
 private:
-  
+  ImageFileView* m_pView;
   int m_xCursor;
   int m_yCursor;
-  ImageFileView* m_pView;
   
 public:
   ImageFileCanvas (ImageFileView* v, wxFrame *frame, const wxPoint& pos, const wxSize& size, const long style);