mirror of
https://gitee.com/openharmony/useriam_user_auth_framework
synced 2024-11-23 07:39:51 +00:00
Initialize to null
Signed-off-by: lyf <liyongfei13@h-partners.com> Change-Id: Ib257067bebdb1ea869d9b7fca474a7ecd1e8def4
This commit is contained in:
parent
7cd0b1f8fd
commit
fa99756008
@ -517,7 +517,7 @@ public:
|
||||
|
||||
private:
|
||||
class Impl;
|
||||
std::unique_ptr<Impl> impl_;
|
||||
std::unique_ptr<Impl> impl_ {nullptr};
|
||||
};
|
||||
} // namespace UserAuth
|
||||
} // namespace UserIam
|
||||
|
Loading…
Reference in New Issue
Block a user