DEV9: Correct namespace for DNS Enums

This commit is contained in:
TheLastRar 2021-05-11 14:24:06 +01:00 committed by refractionpcsx2
parent 1f31edf65c
commit bac0930591
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#pragma once
namespace PacketReader::IP::UDP
namespace PacketReader::IP::UDP::DNS
{
enum struct DNS_OPCode : u8
{