Docking: DockableCtrl::GetContainer made protected

git-svn-id: svn://ultimatepp.org/upp/trunk@2561 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
mrjt 2010-07-22 08:03:40 +00:00
parent cb3b67f5c9
commit fca616f19d

View file

@ -44,8 +44,9 @@ private:
const Style *style;
DockCont *GetContainer() const;
void StopHighlight() { Refresh(); }
protected:
DockCont *GetContainer() const;
public:
Callback1<Bar&> WhenMenuBar;
Callback WhenState;