mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
trying to fix issue noticed by qmc2 (nw)
This commit is contained in:
parent
d2e8f61149
commit
a1a6f28e2b
@ -148,7 +148,7 @@ namespace imgtool
|
||||
~partition();
|
||||
|
||||
static imgtoolerr_t open(imgtool::image &image, int partition_index, ptr &partition);
|
||||
image &image() { return m_image; }
|
||||
imgtool::image &image() { return m_image; }
|
||||
|
||||
// ----- partition operations -----
|
||||
imgtoolerr_t get_directory_entry(const char *path, int index, imgtool_dirent &ent);
|
||||
|
Loading…
Reference in New Issue
Block a user