From d335d7bafd6a97bc39bf2d70c60e07abd8fc0874 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 6 Oct 2016 09:51:30 +0200 Subject: [PATCH] p_mach.h: fix C++ syntax. --- src/p_mach.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_mach.h b/src/p_mach.h index 91b093cb..40ec3f33 100644 --- a/src/p_mach.h +++ b/src/p_mach.h @@ -974,7 +974,7 @@ protected: virtual void addStubEntrySections(Filter const *); __packed_struct(Mach_thread_command) - typedef typename MachITypes::Word Word; + typedef MachITypes::Word Word; Word cmd; /* LC_THREAD or LC_UNIXTHREAD */ Word cmdsize; /* total size of this command */ Word flavor;