diff options
Diffstat (limited to 'src/libs/client/PatchModel.h')
-rw-r--r-- | src/libs/client/PatchModel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/client/PatchModel.h b/src/libs/client/PatchModel.h index a6f786d3..34ed9024 100644 --- a/src/libs/client/PatchModel.h +++ b/src/libs/client/PatchModel.h @@ -91,7 +91,7 @@ private: size_t m_poly; }; -typedef map<string, PatchModel*> PatchModelMap; +typedef map<string, CountedPtr<PatchModel> > PatchModelMap; } // namespace LibOmClient |