summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-10-21 12:39:40 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-10-21 12:39:40 +0200
commita1a6f28e2b87e6163ea61407ca0e50b01d851427 (patch)
treef597f27ff7bffdc227fa296373adaec21cb4d5c2
parentd2e8f6114903bd3f4841cec91bc77c1ca7e8dca4 (diff)
trying to fix issue noticed by qmc2 (nw)
-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);