Move caf::FontTools enum setups into caf namespace

This commit is contained in:
Gaute Lindkvist
2020-06-03 14:16:45 +02:00
parent eddafa76f0
commit 4627e542ba

View File

@@ -44,7 +44,8 @@
#include <cmath>
using namespace caf;
namespace caf
{
template <>
void FontTools::FontSizeEnum::setUp()
@@ -73,6 +74,9 @@ void FontTools::RelativeSizeEnum::setUp()
setDefault(FontTools::RelativeSize::Medium);
}
}
using namespace caf;
//--------------------------------------------------------------------------------------------------
///