mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 03:46:11 +00:00
Fix build error in MacOS with clang (#946)
This commit is contained in:
parent
711dd086d1
commit
5dd15f821c
@ -111,7 +111,7 @@ QList<QString> CutterCore::sdbListKeys(QString path)
|
||||
SdbList *l = sdb_foreach_list(root, false);
|
||||
ls_foreach(l, iter, vsi) {
|
||||
SdbKv *nsi = (SdbKv *)vsi;
|
||||
list << nsi->base.key;
|
||||
list << reinterpret_cast<char *>(nsi->base.key);
|
||||
}
|
||||
}
|
||||
return list;
|
||||
|
Loading…
Reference in New Issue
Block a user