Remove explicit construction in SettingsSnapshot constructor
This commit is contained in:
@@ -7,8 +7,6 @@ namespace chatterino {
|
|||||||
struct SettingsSnapshot {
|
struct SettingsSnapshot {
|
||||||
public:
|
public:
|
||||||
SettingsSnapshot()
|
SettingsSnapshot()
|
||||||
: _items()
|
|
||||||
, _mapItems()
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user