From 1f9a9ecdbfb9fafcb95427fc217eaa3c19bc2969 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 23 Mar 2009 22:39:29 +0000 Subject: [PATCH] Syncing U++ git-svn-id: svn://ultimatepp.org/upp/trunk@1005 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppdev/CondVar/CondVar.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/uppdev/CondVar/CondVar.cpp b/uppdev/CondVar/CondVar.cpp index 55a89737e..d80470473 100644 --- a/uppdev/CondVar/CondVar.cpp +++ b/uppdev/CondVar/CondVar.cpp @@ -1,6 +1,7 @@ #include -namespace Upp { +using namespace Upp; +static StaticConditionVariable z; -}; +CONSOLE_APP_MAIN {} \ No newline at end of file