mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 19:36:07 +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 {
|
||||
public:
|
||||
wxString name {L""};
|
||||
wxString identifier {L""};
|
||||
size_t identifier {0U};
|
||||
wxString input_file {L""};
|
||||
int input_file_obj_idx {-1};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user