Made m_type in DeviceConfig private.

This commit is contained in:
hiker 2014-10-29 16:41:26 +11:00
parent ce9cfa3bc8
commit 25bbc06109

View File

@ -57,13 +57,13 @@ private:
/** Name of this configuratiom. */ /** Name of this configuratiom. */
std::string m_name; std::string m_name;
/** Configuration type. */
DeviceConfigType m_type;
protected: protected:
Binding m_bindings[PA_COUNT]; Binding m_bindings[PA_COUNT];
/** Configuration type. */
DeviceConfigType m_type;
DeviceConfig(DeviceConfigType type); DeviceConfig(DeviceConfigType type);
bool doGetAction(Input::InputType type, bool doGetAction(Input::InputType type,