Fix compilation

This commit is contained in:
Lynix
2020-05-27 22:57:32 +02:00
parent 16652f79eb
commit 85a5e8eedd

View File

@@ -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
)); ));