Initialize to null

Signed-off-by: lyf <liyongfei13@h-partners.com>
Change-Id: Ib257067bebdb1ea869d9b7fca474a7ecd1e8def4
This commit is contained in:
lyf 2024-08-22 08:45:52 +00:00
parent 7cd0b1f8fd
commit fa99756008

View File

@ -517,7 +517,7 @@ public:
private:
class Impl;
std::unique_ptr<Impl> impl_;
std::unique_ptr<Impl> impl_ {nullptr};
};
} // namespace UserAuth
} // namespace UserIam