Make wxGtkStyleContext ctor explicit, just to be safe
This commit is contained in:
parent
5ff0d3a458
commit
e13a2cfd03
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
class wxGtkStyleContext
|
||||
{
|
||||
public:
|
||||
wxGtkStyleContext(double scale = 1);
|
||||
explicit wxGtkStyleContext(double scale = 1);
|
||||
~wxGtkStyleContext();
|
||||
wxGtkStyleContext& Add(GType type, const char* objectName, ...) G_GNUC_NULL_TERMINATED;
|
||||
wxGtkStyleContext& Add(const char* objectName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue