mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 22:02:51 -06:00
Docking & TabBar: namespace declaration changed
git-svn-id: svn://ultimatepp.org/upp/trunk@1345 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ea663abce2
commit
0dfde73755
21 changed files with 62 additions and 19 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#include "Docking.h"
|
||||
|
||||
NAMESPACE_UPP
|
||||
|
||||
#define DOCKBACK(x) callback(dock, &DockWindow::x)
|
||||
#define DOCKBACK1(x, arg) callback1(dock, &DockWindow::x, arg)
|
||||
#define DOCKBACK2(m, a, b) callback2(dock, &DockWindow::m, a, b)
|
||||
|
|
@ -145,3 +147,5 @@ const char * DockMenu::AlignText(int align)
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue