Signed-off-by: Mupceet <laiguizhong@huawei.com>
This commit is contained in:
Mupceet 2022-06-24 10:27:13 +08:00
parent e240119103
commit 70f1468c1c

View File

@ -23,7 +23,7 @@ namespace OHOS {
namespace init_param {
class Watcher : public WatcherStub {
public:
explicit Watcher() = default;
Watcher() = default;
~Watcher() = default;
void OnParamerterChange(const std::string &name, const std::string &value) override;