Remove smart pointer macros
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
protected:
|
||||
int m_Seed;
|
||||
|
||||
SharedPtr<cProtIntGen> m_Gen;
|
||||
std::shared_ptr<cProtIntGen> m_Gen;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user