From fe1e8e46c3c19794af34b4e015b4f4e2ff2e2ba8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 24 Jun 2016 14:21:46 +0200 Subject: [PATCH] Fix the documented type of wxSecretValue ctor from string It should be wxString, not wxSecretValue. --- interface/wx/secretstore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/secretstore.h b/interface/wx/secretstore.h index fc28c208f5..bed24d1e73 100644 --- a/interface/wx/secretstore.h +++ b/interface/wx/secretstore.h @@ -45,7 +45,7 @@ public: 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.