Changed: Minor changes
This commit is contained in:
parent
5caef15f94
commit
78c7a925c7
2 changed files with 1 additions and 3 deletions
|
@ -205,7 +205,7 @@ inline bool CMirroredDataSet::propIsList( TPropertyIndex propIndex ) const
|
|||
* Display the values of one property for all entities
|
||||
*/
|
||||
template <class T, class CPropLocationClass>
|
||||
inline void CMirroredDataSet::displayPropValues( TPropertyIndex propIndex, T* pt, NLMISC::CLog& log ) const
|
||||
inline void CMirroredDataSet::displayPropValues( TPropertyIndex propIndex, T* /* pt */, NLMISC::CLog& log ) const
|
||||
{
|
||||
// std::stringstream ss;
|
||||
// ss << "Mirror property " << propIndex << ":" << endl;
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
|
||||
#include "nel/misc/cmd_args.h"
|
||||
|
||||
#include <locale.h>
|
||||
|
||||
#ifdef NL_OS_WINDOWS
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue