mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
GridCtrl: fixed for C++11
git-svn-id: svn://ultimatepp.org/upp/trunk@7177 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0fb7545c3a
commit
1856b1ee1e
4 changed files with 11 additions and 5 deletions
|
|
@ -231,6 +231,9 @@ class CtrlsHolder : public Ctrl
|
|||
class GridClipboard : Moveable<GridClipboard>
|
||||
{
|
||||
public:
|
||||
rval_default(GridClipboard);
|
||||
GridClipboard() {}
|
||||
|
||||
struct ClipboardData : Moveable<ClipboardData>
|
||||
{
|
||||
int col, row;
|
||||
|
|
@ -1860,7 +1863,6 @@ class GridText : Ctrl
|
|||
const Id* column;
|
||||
Color fg, bg;
|
||||
Font fnt;
|
||||
int align;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue