Fix some fall-out from the non-reference GetText().

This commit is contained in:
Jeff Young 2019-04-03 19:13:47 +01:00
parent 77284e82c8
commit d90d0780ae
1 changed files with 2 additions and 2 deletions

View File

@ -459,7 +459,7 @@ public:
* Function GetReference
* @return const wxString& - the reference designator text.
*/
const wxString& GetReference() const
const wxString GetReference() const
{
return m_Reference->GetText();
}
@ -484,7 +484,7 @@ public:
* Function GetValue
* @return const wxString& - the value text.
*/
const wxString& GetValue() const
const wxString GetValue() const
{
return m_Value->GetText();
}