mirror of https://github.com/stella-emu/stella.git
Fix minor compile warning from clang.
This commit is contained in:
parent
b4aacb3084
commit
e3f7979fd9
|
@ -121,8 +121,8 @@ class FileListWidget : public StringListWidget
|
||||||
|
|
||||||
HistoryType()
|
HistoryType()
|
||||||
: node{}, selected{} {}
|
: node{}, selected{} {}
|
||||||
explicit HistoryType(const FilesystemNode _node, const string _selected)
|
explicit HistoryType(const FilesystemNode _hnode, const string _hselected)
|
||||||
: node{_node}, selected{_selected} {}
|
: node{_hnode}, selected{_hselected} {}
|
||||||
};
|
};
|
||||||
enum class IconType {
|
enum class IconType {
|
||||||
unknown,
|
unknown,
|
||||||
|
|
Loading…
Reference in New Issue