mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
High level debug (12) compile failure fix - I searched for as many as I could find with GrepWin, so there may be a few out there still
This commit is contained in:
@@ -337,7 +337,7 @@ ListElement<TYPE>::ListElement(const TYPE& d)
|
||||
template<class TYPE>
|
||||
ListElement<TYPE>::~ListElement()
|
||||
{
|
||||
// cout << "ListElement<TYPE>::~ListElement()" << endl;
|
||||
// std::cout << "ListElement<TYPE>::~ListElement()" << std::endl;
|
||||
|
||||
if (data != 0)
|
||||
safe_delete(data);
|
||||
|
||||
Reference in New Issue
Block a user