diff options
Diffstat (limited to 'src/window')
| -rw-r--r-- | src/window/mapped.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window/mapped.rs b/src/window/mapped.rs index ac508990..16dfc4d4 100644 --- a/src/window/mapped.rs +++ b/src/window/mapped.rs @@ -136,7 +136,7 @@ static MAPPED_ID_COUNTER: IdCounter = IdCounter::new(); pub struct MappedId(u64); impl MappedId { - fn next() -> MappedId { + pub fn next() -> MappedId { MappedId(MAPPED_ID_COUNTER.next()) } |
