Fix compilation
This commit is contained in:
@@ -69,8 +69,8 @@ namespace Nz
|
||||
xcb_intern_atom(
|
||||
connection,
|
||||
onlyIfExists,
|
||||
name.GetSize(),
|
||||
name.GetConstBuffer()
|
||||
name.size(),
|
||||
name.data()
|
||||
),
|
||||
&error
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user