Changed: Minor changes

--HG--
branch : develop
feature/pipeline-tools
kervala 9 years ago
parent f376317f10
commit a7b3532687

@ -205,7 +205,7 @@ inline bool CMirroredDataSet::propIsList( TPropertyIndex propIndex ) const
* Display the values of one property for all entities * Display the values of one property for all entities
*/ */
template <class T, class CPropLocationClass> 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; // std::stringstream ss;
// ss << "Mirror property " << propIndex << ":" << endl; // ss << "Mirror property " << propIndex << ":" << endl;

@ -5,8 +5,6 @@
#include "nel/misc/cmd_args.h" #include "nel/misc/cmd_args.h"
#include <locale.h>
#ifdef NL_OS_WINDOWS #ifdef NL_OS_WINDOWS
#include <windows.h> #include <windows.h>
#endif #endif

Loading…
Cancel
Save