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