trying to fix issue noticed by qmc2 (nw)

This commit is contained in:
Miodrag Milanovic 2016-10-21 12:39:40 +02:00
parent d2e8f61149
commit a1a6f28e2b

View File

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