trackmode.h:

- removed Visual Studio warnings
This commit is contained in:
granzuglia 2014-08-09 09:53:02 +00:00
parent e24129b20e
commit eedb03d390
1 changed files with 1 additions and 1 deletions

View File

@ -1014,7 +1014,7 @@ private:
/// rubberband_handle after an Undo() call. /// rubberband_handle after an Undo() call.
Point3f undo_rubberband_handle; Point3f undo_rubberband_handle;
/// path endpoint after an Undo() call. /// path endpoint after an Undo() call.
unsigned int undo_path_index; size_t undo_path_index;
}; };