diff options
Diffstat (limited to 'plugins/BasicHistory/HistoryWindow.h')
-rw-r--r-- | plugins/BasicHistory/HistoryWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/BasicHistory/HistoryWindow.h b/plugins/BasicHistory/HistoryWindow.h index a28f014c89..8a31d9194a 100644 --- a/plugins/BasicHistory/HistoryWindow.h +++ b/plugins/BasicHistory/HistoryWindow.h @@ -67,7 +67,9 @@ private: bool isGroupImages;
HIMAGELIST himlSmall, himlNone;
HBRUSH bkBrush;
+ HBRUSH bkFindBrush;
HANDLE hSystem;
+ HWND splitterXhWnd, splitterYhWnd;
protected:
virtual void AddGroup(bool isMe, const std::wstring &time, const std::wstring &user, const std::wstring &eventText, int ico);
public:
|