Docking & TabBar: namespace declaration changed

git-svn-id: svn://ultimatepp.org/upp/trunk@1345 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
mrjt 2009-06-29 08:43:21 +00:00
parent ea663abce2
commit 0dfde73755
21 changed files with 62 additions and 19 deletions

View file

@ -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