mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +00:00
LibPDF: Convert to east-const to comply with the recent style changes
This commit is contained in:
parent
0a4d8ef98d
commit
612b183703
Notes:
sideshowbarker
2024-07-18 12:20:44 +09:00
Author: https://github.com/mattco98
Commit: 612b183703
Pull-request: https://github.com/SerenityOS/serenity/pull/7675
Reviewed-by: https://github.com/FireFox317
Reviewed-by: https://github.com/alimpfard
17 changed files with 120 additions and 120 deletions
|
@ -15,7 +15,7 @@ Value::~Value()
|
|||
m_as_object->unref();
|
||||
}
|
||||
|
||||
Value& Value::operator=(const Value& other)
|
||||
Value& Value::operator=(Value const& other)
|
||||
{
|
||||
m_type = other.m_type;
|
||||
switch (m_type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue