mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-30 00:01:02 +00:00
Support window props
This commit is contained in:
@@ -42,7 +42,7 @@ struct process_context
|
||||
std::u16string name;
|
||||
uint32_t ref_count = 0;
|
||||
|
||||
atom_entry(std::u16string n, uint32_t count)
|
||||
atom_entry(std::u16string n, const uint32_t count)
|
||||
: name(std::move(n)),
|
||||
ref_count(count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user