Made m_type in DeviceConfig private.
This commit is contained in:
parent
ce9cfa3bc8
commit
25bbc06109
@ -57,13 +57,13 @@ private:
|
||||
/** Name of this configuratiom. */
|
||||
std::string m_name;
|
||||
|
||||
/** Configuration type. */
|
||||
DeviceConfigType m_type;
|
||||
|
||||
protected:
|
||||
|
||||
Binding m_bindings[PA_COUNT];
|
||||
|
||||
/** Configuration type. */
|
||||
DeviceConfigType m_type;
|
||||
|
||||
DeviceConfig(DeviceConfigType type);
|
||||
|
||||
bool doGetAction(Input::InputType type,
|
||||
|
Loading…
Reference in New Issue
Block a user