Remove un-needed Requests namespace use
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
This commit is contained in:
@@ -139,7 +139,7 @@ namespace AZ::IO::Requests
|
||||
{
|
||||
}
|
||||
|
||||
Requests::ReportData::ReportData(ReportType reportType)
|
||||
ReportData::ReportData(ReportType reportType)
|
||||
: m_reportType(reportType)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user