mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #356 Renamed CValueObjectStdTuple to CValueObject.
This commit is contained in:
@@ -21,7 +21,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* Value / variant pair
|
||||
*/
|
||||
class CNameVariantPair : public CValueObjectStdTuple<CNameVariantPair>
|
||||
class CNameVariantPair : public CValueObject<CNameVariantPair>
|
||||
{
|
||||
public:
|
||||
//! Properties by index
|
||||
|
||||
Reference in New Issue
Block a user