Kaydet (Commit) e8c2bb2e authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

tabbar: convert ItemList* to ItemList and clean-up

Change-Id: Ibd4364f7d30f098df49537c6a6a01915bfa31b8d
üst 36f1dec2
......@@ -25,16 +25,6 @@
#include <vcl/window.hxx>
#include <vector>
class MouseEvent;
class TrackingEvent;
class DataChangedEvent;
class ImplTabButton;
class ImplTabSizer;
class TabBarEdit;
struct ImplTabBarItem;
typedef std::vector<ImplTabBarItem*> ImplTabBarList;
/*
Allowed StylbeBits
......@@ -306,6 +296,14 @@ enum TabBarAllowRenamingReturnCode {
// - TabBar -
class MouseEvent;
class TrackingEvent;
class DataChangedEvent;
class ImplTabButton;
class ImplTabSizer;
class TabBarEdit;
struct ImplTabBarItem;
struct TabBar_Impl;
typedef std::vector<ImplTabBarItem*> ImplTabBarList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment