Fix "inconsistent declaration parameter name"

1164-fix
MrSimbax 2020-07-06 14:12:17 +02:00 committed by Mateusz Przybył
parent e96e8b46b2
commit faa4a6eefa
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ public:
/** /**
* \brief Set the filename that appears in the edit box when the dialog opens. * \brief Set the filename that appears in the edit box when the dialog opens.
*/ */
void SetFilename(const std::string& name); void SetFilename(const std::string& filename);
/** /**
* \brief Get the filename that was selected or typed. * \brief Get the filename that was selected or typed.