mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
use unique_ptr instead of auto_ptr - note that this modifies boost, which isn't a big deal since it is part of the repo, but we should really decouple the open source libs sometime
This commit is contained in:
@@ -83,7 +83,7 @@ private:
|
||||
MxCifBinTree * m_left; // left child
|
||||
MxCifBinTree * m_right; // right child
|
||||
|
||||
// @todo: use an auto_ptr here?
|
||||
// @todo: use an unique_ptr here?
|
||||
std::vector<const MxCifQuadTreeBounds *> m_objects; // objects that are contained in our bounds
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user