diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:23:19 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:23:19 +0200 |
commit | 0887aee8c54d0ed51bb2031431e2bcdafebb4c6e (patch) | |
tree | 69537ceb9787bb25ac363cc4e6cdaf0804d78363 /ui/triple_splitter.h | |
parent | 5.12 (diff) | |
download | FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.tar.gz FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.tar.bz2 FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.zip |
5.13
Diffstat (limited to 'ui/triple_splitter.h')
-rw-r--r-- | ui/triple_splitter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/triple_splitter.h b/ui/triple_splitter.h index 5b389e5b..0577dabf 100644 --- a/ui/triple_splitter.h +++ b/ui/triple_splitter.h @@ -36,6 +36,8 @@ public: const wxSize& size = wxDefaultSize, long style = 0); + ~TripleSplitter(); + void setupWindows(wxWindow* winL, wxWindow* winC, wxWindow* winR) { assert(winL->GetParent() == this && winC->GetParent() == this && winR->GetParent() == this && !GetSizer()); |