X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cd79b7af0760eb91d42ff9ac7c0ccead8d50c6b..ca77701441e39245dcbfce903049e76f166979e5:/include/wx/generic/private/textmeasure.h diff --git a/include/wx/generic/private/textmeasure.h b/include/wx/generic/private/textmeasure.h index 5d44f35350..c3ab30da70 100644 --- a/include/wx/generic/private/textmeasure.h +++ b/include/wx/generic/private/textmeasure.h @@ -18,9 +18,9 @@ class wxTextMeasure : public wxTextMeasureBase { public: - wxTextMeasure(const wxDC *dc, const wxFont *font) + wxEXPLICIT wxTextMeasure(const wxDC *dc, const wxFont *font = NULL) : wxTextMeasureBase(dc, font) {} - wxTextMeasure(const wxWindow *win, const wxFont *font) + wxEXPLICIT wxTextMeasure(const wxWindow *win, const wxFont *font = NULL) : wxTextMeasureBase(win, font) {} protected: