mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #356 Renamed CValueObjectStdTuple to CValueObject.
This commit is contained in:
@@ -20,7 +20,7 @@ namespace BlackMisc
|
||||
{
|
||||
//! Value object for icons. An icon is stored in the global icon repository and
|
||||
//! identified by its index. It contains no(!) pyhsical data for the icon itself.
|
||||
class CPixmap : public CValueObjectStdTuple<CPixmap>
|
||||
class CPixmap : public CValueObject<CPixmap>
|
||||
{
|
||||
public:
|
||||
//! Default constructor.
|
||||
|
||||
Reference in New Issue
Block a user