mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 19:40:39 +08:00
use integers instead of size_t for object identifiers.
Need a better solution for semantics (perl used undef, python would have used None).
This commit is contained in:
parent
daece6e4c0
commit
179c3969a6
@ -13,7 +13,7 @@ namespace Slic3r { namespace GUI {
|
||||
class PlaterObject {
|
||||
public:
|
||||
std::string name {""};
|
||||
size_t identifier {0U};
|
||||
int identifier {0};
|
||||
std::string input_file {""};
|
||||
int input_file_obj_idx {-1};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user