summaryrefslogtreecommitdiffstats
path: root/src/devices/base/device_group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/base/device_group.h')
-rw-r--r--src/devices/base/device_group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/base/device_group.h b/src/devices/base/device_group.h
index 1ecc6d1..46bc62d 100644
--- a/src/devices/base/device_group.h
+++ b/src/devices/base/device_group.h
@@ -52,7 +52,7 @@ class Group : public GroupBase, public DataStreamer<DataType>
{
protected:
virtual void initSupported() {
- TQValueList<DataType *> list = fromCppString(dataStream(), dataSize());
+ TQValueList<DataType *> list = this->fromCppString(dataStream(), dataSize());
for (uint i=0; i<uint(list.count()); i++) addDevice(list[i]->name(), list[i], ::Group::Support::Tested);
}
virtual uint dataSize() const = 0;