mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-08 00:40:02 +01:00
Centralizing and unifying the generator of object identifiers.
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
|
||||
Source::Source() : initialized_(false), active_(true), need_update_(true)
|
||||
{
|
||||
// create unique id
|
||||
id_ = GlmToolkit::uniqueId();
|
||||
|
||||
sprintf(initials_, "__");
|
||||
name_ = "Source";
|
||||
mode_ = Source::UNINITIALIZED;
|
||||
|
||||
Reference in New Issue
Block a user