aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--subhook.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/subhook.h b/subhook.h
index 48016f1..60a0019 100644
--- a/subhook.h
+++ b/subhook.h
@@ -220,6 +220,10 @@ public:
bool installed_;
};
+ static void *ReadDst(void *src) {
+ return subhook_read_dst(src);
+ }
+
private:
SubHook(const SubHook &);
void operator=(const SubHook &);