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 b2dabd2 commit d966d47Copy full SHA for d966d47
lldb/include/lldb/Utility/SupportFile.h
@@ -72,8 +72,8 @@ class SupportFile {
72
virtual const FileSpec &Materialize() { return m_file_spec; }
73
74
protected:
75
- FileSpec m_file_spec;
76
- Checksum m_checksum;
+ const FileSpec m_file_spec;
+ const Checksum m_checksum;
77
};
78
79
} // namespace lldb_private
0 commit comments