This commit is contained in:
2026-08-15 19:58:39 +08:00
parent 8bfaeeb265
commit 26bbc29a16
29 changed files with 622 additions and 201 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public:
private:
struct Impl;
std::unique_ptr<Impl> impl_;
std::shared_ptr<Impl> impl_;
};
} // namespace renderive::web