diff options
author | MacDue <macdue@dueutil.tech> | 2022-11-19 01:08:51 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-11-19 14:37:31 +0000 |
commit | 66a428ae03e12e5990feb209533f99516e41ed78 (patch) | |
tree | e3d30497effc43c2b593fc21edc5b066d5ba4acf /Userland/Libraries/LibIDL/IDLParser.cpp | |
parent | 3483407ddc11ed064915ab12b7b7b6439d6b0e28 (diff) | |
download | serenity-66a428ae03e12e5990feb209533f99516e41ed78.zip |
LibJS+LibWeb: Return non-const types from Ptr class operators
Even if the pointer value is const, the value they point to is not
necessarily const, so these functions should not add the qualifier.
This also removes the redundant non-const implementations of these
operators.
Diffstat (limited to 'Userland/Libraries/LibIDL/IDLParser.cpp')
0 files changed, 0 insertions, 0 deletions