summaryrefslogtreecommitdiffstats
path: root/parameter/Element.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/Element.h')
-rw-r--r--parameter/Element.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/Element.h b/parameter/Element.h
index b3c3060..e31d772 100644
--- a/parameter/Element.h
+++ b/parameter/Element.h
@@ -106,6 +106,8 @@ protected:
virtual void logValue(string& strValue, CErrorContext& errorContext) const;
// Name setting
void setName(const string& strName);
+ // Utility to underline
+ static void appendTitle(string& strTo, const string& strTitle);
// Hierarchy
CElement* getLastChild();