Skip to content
Snippets Groups Projects
Commit a74fc481 authored by Nicolai Hähnle's avatar Nicolai Hähnle
Browse files

CfgInterface: rename interface() to getInterface()

Apparently there are some Microsoft headers which
`#define interface struct`. This method is only used
in pending changes so far.

Change-Id: Ic68fe8e1958ec9b015f817ee218431f4146b888a
parent 1d328446
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ protected:
public:
virtual ~CfgPrinter() {}
const CfgInterface &interface() const { return m_iface; }
const CfgInterface &getInterface() const { return m_iface; }
virtual void printBlockName(raw_ostream &out, CfgBlockRef block) const = 0;
virtual void printValue(raw_ostream &out, CfgValueRef value) const = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment