Ref T231, Ref T238 maxValue for PQs

Remark: max() as function name caused compile errors
This commit is contained in:
Klaus Basan
2018-01-26 22:22:03 +01:00
parent 7809734d36
commit 844436e744
3 changed files with 27 additions and 7 deletions

View File

@@ -19,7 +19,6 @@ namespace BlackMisc
{
namespace PhysicalQuantities
{
//! Physical unit length (length)
class BLACKMISC_EXPORT CLength : public CPhysicalQuantity<CLengthUnit, CLength>
{
@@ -33,7 +32,6 @@ namespace BlackMisc
//! \copydoc CPhysicalQuantity(const QString &unitString)
CLength(const QString &unitString) : CPhysicalQuantity(unitString) {}
};
} // ns
} // ns