Changed: Minor changes
This commit is contained in:
parent
6f1ec88d51
commit
8fb405ee3c
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
|
* 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…
Reference in a new issue