diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-12 22:47:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-14 11:41:18 +0200 |
| commit | f479e6edc5152edfa4b21f85e925b890818817af (patch) | |
| tree | a4ed5a35459b603e3ab31837e8a270a66299d248 /src/wx/content_panel.h | |
| parent | 13e39a9f48b1a7b94870d4751426ec5cfa10d405 (diff) | |
Rename LimitedSplitter -> LimitedContentPanelSplitter.
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index 1d3037180..d1ba1a760 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -35,7 +35,7 @@ class ContentSubPanel; class Film; class FilmEditor; class FilmViewer; -class LimitedSplitter; +class LimitedContentPanelSplitter; class TextPanel; class TimelineDialog; class TimingPanel; @@ -115,7 +115,7 @@ private: std::list<ContentSubPanel *> panels () const; - LimitedSplitter* _splitter; + LimitedContentPanelSplitter* _splitter; wxPanel* _top_panel; wxNotebook* _notebook; wxListCtrl* _content; |
