Fix the documented type of wxSecretValue ctor from string

It should be wxString, not wxSecretValue.
This commit is contained in:
Vadim Zeitlin
2016-06-24 14:21:46 +02:00
parent aa84e6379a
commit fe1e8e46c3

View File

@@ -45,7 +45,7 @@ public:
The secret value will stored serialized in UTF-8 encoding. The secret value will stored serialized in UTF-8 encoding.
*/ */
explicit wxSecretValue(const wxSecretValue& secret); explicit wxSecretValue(const wxString& secret);
/** /**
Creates a copy of an existing secret. Creates a copy of an existing secret.