diff options
Diffstat (limited to 'guilib/GUIEditControl.h')
-rw-r--r-- | guilib/GUIEditControl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/GUIEditControl.h b/guilib/GUIEditControl.h index 59e1368e02..7176ddc3d1 100644 --- a/guilib/GUIEditControl.h +++ b/guilib/GUIEditControl.h @@ -84,6 +84,7 @@ protected: void UpdateText(bool sendUpdate = true); void OnPasteClipboard(); void OnSMSCharacter(unsigned int key); + void DefaultConstructor(); CStdStringW m_text2; CStdString m_text; |