Removed C++17 nested namespace definitions. Should build on trusty again.
This commit is contained in:
+11
-7
@@ -22,16 +22,20 @@
|
||||
#define model_Constants_h
|
||||
|
||||
|
||||
namespace glabels::model
|
||||
namespace glabels
|
||||
{
|
||||
namespace model
|
||||
{
|
||||
|
||||
const double PTS_PER_PT = 1.0;
|
||||
const double PTS_PER_INCH = 72.0;
|
||||
const double PTS_PER_MM = 2.83464566929;
|
||||
const double PTS_PER_CM = (10.0*PTS_PER_MM);
|
||||
const double PTS_PER_PICA = 12.0;
|
||||
const double PTS_PER_PT = 1.0;
|
||||
const double PTS_PER_INCH = 72.0;
|
||||
const double PTS_PER_MM = 2.83464566929;
|
||||
const double PTS_PER_CM = (10.0*PTS_PER_MM);
|
||||
const double PTS_PER_PICA = 12.0;
|
||||
|
||||
const Distance EPSILON( 0.5, Units::PT );
|
||||
const Distance EPSILON( 0.5, Units::PT );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif // model_Constants_h
|
||||
|
||||
Reference in New Issue
Block a user