Doc: Missing member description

This commit is contained in:
Niels Martin Hansen 2020-01-04 22:43:37 +01:00
parent 596fb5d54a
commit 838117b05e
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ private:
AbstractFileType abstract_filetype; /// Type of file to select.
SaveLoadOperation fop; ///< File operation to perform.
FileList fios_items; ///< Save game list.
FiosItem o_dir;
FiosItem o_dir; ///< Original dir (home dir for this browser)
const FiosItem *selected; ///< Selected game in #fios_items, or \c nullptr.
Scrollbar *vscroll;