X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.h;h=81cf6a7ccc1b214fa3fb3a7dfd42089107308ac4;hp=de216d880cbd37f7d9276fd8420026ff40c2d98d;hb=0c4d286b980e2d617b926f9dbea7572eaf1897cd;hpb=a18f7b9629e21da7c33abc59718b5ab150f3e3d1 diff --git a/src/views.h b/src/views.h index de216d8..81cf6a7 100644 --- a/src/views.h +++ b/src/views.h @@ -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);