From 35bbad0be6565c3e389b6f7124a076ae133be14d Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 8 Jan 2017 14:05:24 +0100 Subject: [PATCH] fix override --- src/lib/ebus/data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ebus/data.h b/src/lib/ebus/data.h index d4ce7482..91fe168b 100644 --- a/src/lib/ebus/data.h +++ b/src/lib/ebus/data.h @@ -132,7 +132,7 @@ public: * @param fieldIndex the index of the field, or -1 for this. * @return the field name, or the index as string if not unique or not available. */ - virtual string getName(signed char fieldIndex=-1) const { return m_name; } + virtual string getName(signed char fieldIndex=-1) { return m_name; } /** * Get the field comment.