X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.h;fp=src%2Fviews.h;h=42394021f3cc270dd7ef73c76b3c152ae49804f3;hp=2ec4c878ced13250cc2cacc82f2255022f2dd7e7;hb=87ab55294bcd767d86786ad1caae8b1b36b49de0;hpb=98f57d3adc542bb7753434ce31c92a6680bd6244 diff --git a/src/views.h b/src/views.h index 2ec4c87..4239402 100644 --- a/src/views.h +++ b/src/views.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.h,v 1.59 2003/01/23 23:35:58 kevin Exp $ +** $Id: views.h,v 1.60 2003/01/24 05:24:19 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 @@ -44,7 +44,7 @@ private: DECLARE_DYNAMIC_CLASS(ImageFileView) wxMemoryDC m_memoryDC; - wxBitmap m_bitmap; + wxBitmap* m_pBitmap; wxMenu* m_pMenuAnalyze; ImageFileCanvas *CreateCanvas (wxFrame* parent); @@ -191,7 +191,7 @@ private: DECLARE_DYNAMIC_CLASS(ProjectionFileView) wxMemoryDC m_memoryDC; - wxBitmap m_bitmap; + wxBitmap* m_pBitmap; ProjectionFileCanvas *CreateCanvas (wxFrame* parent); #if CTSIM_MDI