summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/tools/imgtool/imgtool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/imgtool/imgtool.h b/src/tools/imgtool/imgtool.h
index a2c17d70e69..76838767784 100644
--- a/src/tools/imgtool/imgtool.h
+++ b/src/tools/imgtool/imgtool.h
@@ -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);