From faa4a6eefaf42423d1eea5d557329aede4bb86d8 Mon Sep 17 00:00:00 2001 From: MrSimbax Date: Mon, 6 Jul 2020 14:12:17 +0200 Subject: [PATCH] Fix "inconsistent declaration parameter name" --- src/ui/filedialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/filedialog.h b/src/ui/filedialog.h index 8ac460bf..2759c2d8 100644 --- a/src/ui/filedialog.h +++ b/src/ui/filedialog.h @@ -254,7 +254,7 @@ public: /** * \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.