Index: lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h =================================================================== --- lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h +++ lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h @@ -19,7 +19,7 @@ class NativeRegisterContextWindows : public NativeRegisterContextRegisterInfo { public: - NativeRegisterContextWindows::NativeRegisterContextWindows( + NativeRegisterContextWindows( NativeThreadProtocol &native_thread, RegisterInfoInterface *reg_info_interface_p);