AR2V file should be in wsr88d, not in RPG subdirectory

This commit is contained in:
Dan Paulat 2021-06-13 18:11:55 -05:00
parent 85ccd25705
commit f36d57b71d
6 changed files with 21 additions and 24 deletions

View file

@ -1,4 +1,4 @@
#include <scwx/wsr88d/rpg/ar2v_file.hpp>
#include <scwx/wsr88d/ar2v_file.hpp>
#include <scwx/wsr88d/rda/message_header.hpp>
#include <scwx/util/rangebuf.hpp>
@ -20,10 +20,8 @@ namespace scwx
{
namespace wsr88d
{
namespace rpg
{
static const std::string logPrefix_ = "[scwx::wsr88d::rpg::ar2v_file] ";
static const std::string logPrefix_ = "[scwx::wsr88d::ar2v_file] ";
class Ar2vFileImpl
{
@ -215,6 +213,5 @@ void Ar2vFileImpl::ParseLDMRecords()
}
}
} // namespace rpg
} // namespace wsr88d
} // namespace scwx