Make wxHtmlContainerCell ctor explicit
No real changes, just make it more difficult to misuse it accidentally.
This commit is contained in:
@@ -471,7 +471,7 @@ public:
|
||||
/**
|
||||
Constructor. @a parent is pointer to parent container or @NULL.
|
||||
*/
|
||||
wxHtmlContainerCell(wxHtmlContainerCell* parent);
|
||||
explicit wxHtmlContainerCell(wxHtmlContainerCell* parent);
|
||||
|
||||
/**
|
||||
Detach a child cell.
|
||||
|
Reference in New Issue
Block a user