mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #356 Renamed CValueObjectStdTuple to CValueObject.
This commit is contained in:
@@ -21,7 +21,7 @@ namespace BlackMisc
|
||||
*
|
||||
* A log handler can filter messages based on their categories.
|
||||
*/
|
||||
class CLogCategory : public CValueObjectStdTuple<CLogCategory>
|
||||
class CLogCategory : public CValueObject<CLogCategory>
|
||||
{
|
||||
public:
|
||||
//! \name Predefined special categories (public static methods)
|
||||
|
||||
Reference in New Issue
Block a user