Fixed an issue reported by UndefinedBehaviorSanitizer.

This commit is contained in:
Leon Styhre 2023-01-16 17:24:51 +01:00
parent e096aef4e4
commit 9f5b64f58d

View file

@ -14,7 +14,7 @@
template <typename T> class OptionListComponent; template <typename T> class OptionListComponent;
class GuiCollectionSystemsOptions : public GuiSettings class GuiCollectionSystemsOptions : public virtual GuiSettings
{ {
public: public:
GuiCollectionSystemsOptions(std::string title); GuiCollectionSystemsOptions(std::string title);