We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af54757 commit 1a502daCopy full SHA for 1a502da
lldb/include/lldb/Symbol/Symbol.h
@@ -167,7 +167,7 @@ class Symbol : public SymbolContextScope {
167
168
lldb::SymbolType GetType() const { return (lldb::SymbolType)m_type; }
169
170
- void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; }
+ void SetType(lldb::SymbolType type) { m_type = type; }
171
172
const char *GetTypeAsString() const;
173
0 commit comments