refs #356 Renamed CValueObjectStdTuple to CValueObject.

This commit is contained in:
Mathew Sutcliffe
2015-03-27 23:03:25 +00:00
parent 73f135fa5b
commit 9977d97a67
111 changed files with 330 additions and 330 deletions

View File

@@ -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.