Update XenonRecomp submodule.

This commit is contained in:
Skyth
2025-01-28 18:35:20 +03:00
parent 50529a95fc
commit 9289ee5e02
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ namespace boost
}
public:
shared_ptr() : px(nullptr), pn(nullptr) {}
shared_ptr() : px(), pn() {}
// TODO
explicit shared_ptr(T* p) = delete;