mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-19 22:03:51 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@8926 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
695fea4f6f
commit
9235cbd9a8
1 changed files with 6 additions and 0 deletions
|
|
@ -331,6 +331,12 @@ void MYTabs::AddContact()
|
|||
::AddContact(); // should jump to global namespace 'add contact'
|
||||
}
|
||||
|
||||
struct StaticVariableTest {
|
||||
static int foo; // Alt+I here
|
||||
};
|
||||
|
||||
int StaticVariableTest::foo; // Alt+I here
|
||||
|
||||
#endif
|
||||
|
||||
GUI_APP_MAIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue