X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f857e441bf68aa9c7585aefd26b64f0728387062..8b2858410444b111cb192d1539ef6c76209091fd:/contrib/samples/foldbar/foldpanelbar/foldtestpanel.cpp diff --git a/contrib/samples/foldbar/foldpanelbar/foldtestpanel.cpp b/contrib/samples/foldbar/foldpanelbar/foldtestpanel.cpp index 9a8e1bc7f5..0da5fcabc2 100644 --- a/contrib/samples/foldbar/foldpanelbar/foldtestpanel.cpp +++ b/contrib/samples/foldbar/foldpanelbar/foldtestpanel.cpp @@ -2,22 +2,19 @@ // Name: foldtestpanel.cpp // Purpose: // Author: Jorgen Bodde -// Modified by: +// Modified by: ABX - 19/12/2004 : possibility of horizontal orientation +// : wxWidgets coding standards // Created: 18/06/2004 // RCS-ID: $Id$ // Copyright: (c) Jorgen Bodde // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma implementation "foldtestpanel.h" -#endif - // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #ifndef WX_PRECOMP @@ -59,7 +56,7 @@ END_EVENT_TABLE() FoldTestPanel::FoldTestPanel( ) { - delete _images; + delete m_images; } FoldTestPanel::FoldTestPanel( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style )