X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fgraph3dview.h;h=bcd40ca3580a1201c32d77249a37feda130826a9;hb=6563a3fc6cf0d419eb1a44794eed4df02b0c5420;hp=7933f17b5853eae97a10b334092de0eceffcc012;hpb=3ea498d51ce4597e9649cd21f155b51175ea0bea;p=ctsim.git diff --git a/src/graph3dview.h b/src/graph3dview.h index 7933f17..bcd40ca 100644 --- a/src/graph3dview.h +++ b/src/graph3dview.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: graph3dview.h,v 1.8 2001/03/21 21:45:31 kevin Exp $ +** $Id: graph3dview.h,v 1.10 2002/06/02 19:01:58 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 @@ -39,7 +39,7 @@ class Graph3dFileCanvas; class Graph3dFileView : public wxView { - friend Graph3dFileCanvas; + friend class Graph3dFileCanvas; private: DECLARE_DYNAMIC_CLASS(Graph3dFileView) @@ -140,6 +140,7 @@ public: virtual ~Graph3dFileCanvas(); virtual void OnDraw(wxDC& dc); + virtual wxSize GetBestSize() const; void OnSize(wxSizeEvent& event); void OnEraseBackground(wxEraseEvent& event); void OnChar(wxKeyEvent& event);