# HG changeset patch # User George Norton <> # Date 1269904437 -3600 # Node ID cf0489a7a8b13d2126c82499a3c4ef86080cbab8 # Parent ae56f46e0de68f87ad744fc388bc277c42be325c Bug 1683 - GCC-E compilation error in beagleboard (783) (accessibility) diff -r ae56f46e0de6 -r cf0489a7a8b1 omap3530/assp/inc/omap3530_hardware_base.h --- a/omap3530/assp/inc/omap3530_hardware_base.h Sun Mar 14 13:16:26 2010 +0000 +++ b/omap3530/assp/inc/omap3530_hardware_base.h Tue Mar 30 00:13:57 2010 +0100 @@ -483,11 +483,12 @@ template class TBitField : public TBitFieldBase { + public : using TBitFieldBase::KShift ; using TBitFieldBase::KValueMask ; using TBitFieldBase::KFieldMask ; using TBitFieldBase::KValueMax ; - public : + template class TConstVal : public TBitFieldValue {