change KeyCompare() in DeviceAdapterAlgorithmGeneral from private to protected, to be used in DeviceAdapterAlgorithmSerial

This commit is contained in:
Chun-Ming Chen 2015-06-08 14:19:37 -04:00
parent a936cb93c5
commit 274ed989c4

@ -992,7 +992,7 @@ public:
//--------------------------------------------------------------------------
// Sort by Key
private:
protected:
template<typename T, typename U, class Compare=DefaultCompareFunctor>
struct KeyCompare
{