mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #356 Renamed CValueObjectStdTuple to CValueObject.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace BlackMisc
|
||||
namespace Event
|
||||
{
|
||||
//! Value object encapsulating a hotkey function for distribution
|
||||
class CEventHotkeyFunction : public CValueObjectStdTuple<CEventHotkeyFunction>
|
||||
class CEventHotkeyFunction : public CValueObject<CEventHotkeyFunction>
|
||||
{
|
||||
public:
|
||||
//! Default constructor.
|
||||
|
||||
Reference in New Issue
Block a user