diff options
| author | Zachary Turner <zturner@google.com> | 2015-02-25 19:52:41 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-02-25 19:52:41 +0000 |
| commit | 49be160531053ba001f0337951572ea9de064eb9 (patch) | |
| tree | a4a43bc960f558bc8d58b7fcc972d63db3a4eda1 /lldb/source/Plugins/Process/Windows/LocalDebugDelegate.h | |
| parent | 8f12ce082508a700c463f186da67a36cfea7d568 (diff) | |
| download | bcm5719-llvm-49be160531053ba001f0337951572ea9de064eb9.tar.gz bcm5719-llvm-49be160531053ba001f0337951572ea9de064eb9.zip | |
Revert "Fix warnings found with clang-cl."
SWIG doesn't like enum : unsigned. Revert this until I can
fix this in a way that swig likes.
llvm-svn: 230531
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/LocalDebugDelegate.h')
| -rw-r--r-- | lldb/source/Plugins/Process/Windows/LocalDebugDelegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Windows/LocalDebugDelegate.h b/lldb/source/Plugins/Process/Windows/LocalDebugDelegate.h index 8aade4d3e74..11fa1a82904 100644 --- a/lldb/source/Plugins/Process/Windows/LocalDebugDelegate.h +++ b/lldb/source/Plugins/Process/Windows/LocalDebugDelegate.h @@ -40,7 +40,7 @@ namespace lldb_private class LocalDebugDelegate : public IDebugDelegate { public: - explicit LocalDebugDelegate(lldb::ProcessSP process); + explicit LocalDebugDelegate::LocalDebugDelegate(lldb::ProcessSP process); virtual void OnExitProcess(uint32_t exit_code) override; virtual void OnDebuggerConnected(lldb::addr_t image_base) override; |

