summaryrefslogtreecommitdiff
path: root/src/base/loader/hex_file.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/loader/hex_file.hh')
-rwxr-xr-xsrc/base/loader/hex_file.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/loader/hex_file.hh b/src/base/loader/hex_file.hh
index 87a7eb0f3..514a02a1e 100755
--- a/src/base/loader/hex_file.hh
+++ b/src/base/loader/hex_file.hh
@@ -37,7 +37,7 @@
#include "base/types.hh"
-class Port;
+class PortProxy;
class HexFile
{
@@ -52,7 +52,7 @@ class HexFile
virtual ~HexFile();
void close();
- bool loadSections(Port *memPort);
+ bool loadSections(PortProxy* memProxy);
};
#endif // __BASE_LOADER_HEX_FILE_HH__