diff options
author | Zachary Turner <zturner@google.com> | 2015-10-09 20:56:23 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-10-09 20:56:23 +0000 |
commit | 638b98d3ed4c61af1b971a0ba0e6c14ac3492860 (patch) | |
tree | bb92f2f0a293d43bac2dcc0474c3bd5ee7d1161e /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
parent | fd78cc88cf3990f4342c02ae63d148ab0db28972 (diff) | |
download | llvm-638b98d3ed4c61af1b971a0ba0e6c14ac3492860.zip llvm-638b98d3ed4c61af1b971a0ba0e6c14ac3492860.tar.gz llvm-638b98d3ed4c61af1b971a0ba0e6c14ac3492860.tar.bz2 |
Fix build broken by r249885
llvm-svn: 249900
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h index 33275d5..3faaca3 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h @@ -235,7 +235,7 @@ enum class PyObjectType class PythonDictionary: public PythonObject { public: - PythonDictionary(); + PythonDictionary(); PythonDictionary (PyObject* object); PythonDictionary (const PythonObject &object); virtual ~PythonDictionary (); |