mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
LibDebug: Convert LibDebug to east-const style
This commit is contained in:
parent
03ef2a479a
commit
3a4017b419
17 changed files with 68 additions and 68 deletions
|
@ -114,7 +114,7 @@ public:
|
|||
size_t line { 0 };
|
||||
};
|
||||
|
||||
const Vector<LineInfo>& lines() const { return m_lines; }
|
||||
Vector<LineInfo> const& lines() const { return m_lines; }
|
||||
|
||||
struct DirectoryAndFile {
|
||||
FlyString directory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue