diff --git a/code/ryzom/tools/leveldesign/world_editor/world_editor/world_editor_doc.h b/code/ryzom/tools/leveldesign/world_editor/world_editor/world_editor_doc.h index b23f5d522..7ec562b37 100644 --- a/code/ryzom/tools/leveldesign/world_editor/world_editor/world_editor_doc.h +++ b/code/ryzom/tools/leveldesign/world_editor/world_editor/world_editor_doc.h @@ -76,8 +76,8 @@ public: bool operator== (const CDatabaseLocator &other) const; bool operator< (const CDatabaseLocator &other) const { - const uint size = _LocateStack.size (); - const uint otherSize = other._LocateStack.size (); + const uint size = (uint)_LocateStack.size (); + const uint otherSize = (uint)other._LocateStack.size (); const uint minSize = std::min (size, otherSize); uint i; for (i=0; i + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - -