summaryrefslogtreecommitdiffstats
path: root/ldid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ldid.cpp')
-rw-r--r--ldid.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ldid.cpp b/ldid.cpp
index db72db8..4982582 100644
--- a/ldid.cpp
+++ b/ldid.cpp
@@ -513,6 +513,10 @@ class FatHeader :
bool IsFat() const {
return fat_header_ != NULL;
}
+
+ struct fat_header *operator ->() const {
+ return fat_header_;
+ }
};
FatHeader Map(const char *path) {