mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Move caf::FontTools enum setups into caf namespace
This commit is contained in:
@@ -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;
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user