Remove smart pointer macros
This commit is contained in:
@@ -66,7 +66,7 @@ protected:
|
||||
cTerrainHeightGenPtr m_HeightGen;
|
||||
};
|
||||
|
||||
typedef SharedPtr<cTerrainHeightToShapeGen> cTerrainHeightToShapeGenPtr;
|
||||
typedef std::shared_ptr<cTerrainHeightToShapeGen> cTerrainHeightToShapeGenPtr;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user