Changed identifier type to size_t (needs to be numerical to do math on it)

This commit is contained in:
Joseph Lenox 2018-05-05 16:13:58 -05:00 committed by Joseph Lenox
parent 65a1d57d05
commit 2e404c5b36

View File

@ -13,7 +13,7 @@ namespace Slic3r { namespace GUI {
class PlaterObject {
public:
wxString name {L""};
wxString identifier {L""};
size_t identifier {0U};
wxString input_file {L""};
int input_file_obj_idx {-1};