Changeset - r24025:6efcef7ba312
[Not reviewed]
master
0 1 0
Niels Martin Hansen - 4 years ago 2020-01-04 21:43:37
nielsm@indvikleren.dk
Doc: Missing member description
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/fios_gui.cpp
Show inline comments
 
@@ -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;
 

	
0 comments (0 inline, 0 general)