diff options
Diffstat (limited to 'Userland/Services/LookupServer/DNSPacket.h')
-rw-r--r-- | Userland/Services/LookupServer/DNSPacket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/LookupServer/DNSPacket.h b/Userland/Services/LookupServer/DNSPacket.h index c0e5ccd8a3..41912c9f2d 100644 --- a/Userland/Services/LookupServer/DNSPacket.h +++ b/Userland/Services/LookupServer/DNSPacket.h @@ -79,7 +79,7 @@ public: return m_answers.size(); } - void add_question(const String& name, u16 record_type, ShouldRandomizeCase); + void add_question(const DNSQuestion&); enum class Code : u8 { NOERROR = 0, |