mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Fixed an issue reported by UndefinedBehaviorSanitizer.
This commit is contained in:
parent
e096aef4e4
commit
9f5b64f58d
|
@ -14,7 +14,7 @@
|
|||
|
||||
template <typename T> class OptionListComponent;
|
||||
|
||||
class GuiCollectionSystemsOptions : public GuiSettings
|
||||
class GuiCollectionSystemsOptions : public virtual GuiSettings
|
||||
{
|
||||
public:
|
||||
GuiCollectionSystemsOptions(std::string title);
|
||||
|
|
Loading…
Reference in a new issue