X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93763ad5ba900aecb9220a36ebe7447313ea3e31..12bb29f5432174ecbd65549bda832d70d34a98ae:/src/html/m_list.cpp diff --git a/src/html/m_list.cpp b/src/html/m_list.cpp index 2328b748b8..a008562b9f 100644 --- a/src/html/m_list.cpp +++ b/src/html/m_list.cpp @@ -15,7 +15,7 @@ #if wxUSE_HTML && wxUSE_STREAMS -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #include "wx/brush.h" #include "wx/dc.h" #endif @@ -41,10 +41,10 @@ class wxHtmlListmarkCell : public wxHtmlCell void Draw(wxDC& dc, int x, int y, int view_y1, int view_y2, wxHtmlRenderingInfo& info); - DECLARE_NO_COPY_CLASS(wxHtmlListmarkCell) + wxDECLARE_NO_COPY_CLASS(wxHtmlListmarkCell); }; -wxHtmlListmarkCell::wxHtmlListmarkCell(wxDC* dc, const wxColour& clr) : wxHtmlCell(), m_Brush(clr, wxSOLID) +wxHtmlListmarkCell::wxHtmlListmarkCell(wxDC* dc, const wxColour& clr) : wxHtmlCell(), m_Brush(clr, wxBRUSHSTYLE_SOLID) { m_Width = dc->GetCharHeight(); m_Height = dc->GetCharHeight(); @@ -93,7 +93,7 @@ class wxHtmlListCell : public wxHtmlContainerCell void AddRow(wxHtmlContainerCell *mark, wxHtmlContainerCell *cont); virtual void Layout(int w); - DECLARE_NO_COPY_CLASS(wxHtmlListCell) + wxDECLARE_NO_COPY_CLASS(wxHtmlListCell); }; wxHtmlListCell::wxHtmlListCell(wxHtmlContainerCell *parent) : wxHtmlContainerCell(parent)