mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #356 Renamed CValueObjectStdTuple to CValueObject.
This commit is contained in:
@@ -23,7 +23,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* Value object encapsulating information of a server
|
||||
*/
|
||||
class CServer : public CValueObjectStdTuple<CServer>
|
||||
class CServer : public CValueObject<CServer>
|
||||
{
|
||||
public:
|
||||
//! Properties by index
|
||||
|
||||
Reference in New Issue
Block a user