diff options
Diffstat (limited to 'PhysX_3.4/Source/LowLevelCloth/src/ClothImpl.h')
| -rw-r--r-- | PhysX_3.4/Source/LowLevelCloth/src/ClothImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Source/LowLevelCloth/src/ClothImpl.h b/PhysX_3.4/Source/LowLevelCloth/src/ClothImpl.h index 22e58217..ab56c855 100644 --- a/PhysX_3.4/Source/LowLevelCloth/src/ClothImpl.h +++ b/PhysX_3.4/Source/LowLevelCloth/src/ClothImpl.h @@ -45,9 +45,9 @@ template <typename T> class ClothImpl : public UserAllocated, public Cloth { ClothImpl(const ClothImpl&); + ClothImpl& operator=(const ClothImpl&); public: - ClothImpl& operator=(const ClothImpl&); typedef T ClothType; typedef typename ClothType::FactoryType FactoryType; |