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.