mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-11 06:11:29 +08:00
Changed identifier type to size_t (needs to be numerical to do math on it)
This commit is contained in:
parent
dc08bcafae
commit
2c2ad2c992
@ -13,7 +13,7 @@ namespace Slic3r { namespace GUI {
|
|||||||
class PlaterObject {
|
class PlaterObject {
|
||||||
public:
|
public:
|
||||||
wxString name {L""};
|
wxString name {L""};
|
||||||
wxString identifier {L""};
|
size_t identifier {0U};
|
||||||
wxString input_file {L""};
|
wxString input_file {L""};
|
||||||
int input_file_obj_idx {-1};
|
int input_file_obj_idx {-1};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user