ArrayCtrl::Move made public

git-svn-id: svn://ultimatepp.org/upp/trunk@3281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-03-18 12:30:21 +00:00
parent a352237588
commit e24ec33d4c

View file

@ -292,8 +292,6 @@ private:
bool TestKey(int i, int key);
void Move(int d);
bool SetCursor0(int i, bool dosel = true);
void SyncSelection() const;
@ -475,6 +473,7 @@ public:
void ScrollTo(int sc);
void ShowAppendLine();
void Move(int d);
void SwapUp();
void SwapDown();