Add getter and silence a warning.

This commit is contained in:
Vassil Vassilev 2013-09-13 15:13:21 +02:00 committed by sftnight
parent 408742eb71
commit 16243be584

View File

@ -52,6 +52,7 @@ namespace runtime {
///
const char* getExpr();
bool isValuePrinterRequested() { return m_ValuePrinterReq; }
const char* getTemplate() const { return m_Template; }
};
} // end namespace internal
} // end namespace runtime