mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #356 Renamed CValueObjectStdTuple to CValueObject.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
namespace BlackMisc
|
||||
{
|
||||
//! Value object representing a hotkey function.
|
||||
class CHotkeyFunction : public CValueObjectStdTuple<CHotkeyFunction>
|
||||
class CHotkeyFunction : public CValueObject<CHotkeyFunction>
|
||||
{
|
||||
public:
|
||||
//! Function type
|
||||
|
||||
Reference in New Issue
Block a user