diff options
author | Lenny Maiorani <lenny@colorado.edu> | 2020-11-11 16:20:47 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-11-12 10:19:52 +0100 |
commit | 1643fa22237e418b896e45c7a8bec10f826dc177 (patch) | |
tree | 31899575c741f9745030da763478df8e32116d59 /Libraries/LibCore/GetPassword.cpp | |
parent | ad72158ee0a8aac7c4b35b91626361b1c066bba4 (diff) | |
download | serenity-1643fa22237e418b896e45c7a8bec10f826dc177.zip |
InputFileStream: Incorrectly defaulted constructor
Problem:
- The default constructor is is deleted because NonnullRefPtr has no
default constructor and there is a member variable of that type, but
the function is set as `= default`.
Solution:
- Remove the code because the function is actually deleted implicitly.
Diffstat (limited to 'Libraries/LibCore/GetPassword.cpp')
0 files changed, 0 insertions, 0 deletions