diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 1f577a4da..d9229c271 100644 --- a/src/client.h +++ b/src/client.h @@ -428,6 +428,7 @@ private: int mButtonPadding; int mButtonSpacing; int mKeyboardHeight; + std::string mOldUpdates; }; #endif // CLIENT_H |