[libcalamares] One more nested namespace

This commit is contained in:
Adriaan de Groot 2019-05-13 13:06:28 +02:00
parent 0b0fb93e75
commit d048975f15

View File

@ -23,7 +23,9 @@
#include <QNetworkReply>
#include <QtXml/QDomDocument>
namespace CalamaresUtils::GeoIP
namespace CalamaresUtils
{
namespace GeoIP
{
GeoIPXML::GeoIPXML( const QString& element )
@ -87,4 +89,5 @@ GeoIPXML::processReply( const QByteArray& data )
return RegionZonePair();
}
}
} // namespace