SettingsInterface: Add Error to Save()
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin <stenzek@gmail.com>
|
||||
// SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin <stenzek@gmail.com>
|
||||
// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
|
||||
|
||||
#include "layered_settings_interface.h"
|
||||
@ -9,7 +9,7 @@ LayeredSettingsInterface::LayeredSettingsInterface() = default;
|
||||
|
||||
LayeredSettingsInterface::~LayeredSettingsInterface() = default;
|
||||
|
||||
bool LayeredSettingsInterface::Save()
|
||||
bool LayeredSettingsInterface::Save(Error* error /* = nullptr */)
|
||||
{
|
||||
Panic("Attempting to save layered settings interface");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user