summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/GC.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2005-11-18 22:59:46 +0000
committerMichi Henning <michi@zeroc.com>2005-11-18 22:59:46 +0000
commit1995b4af86f8edbb2f12405d05bce2b6e47459b1 (patch)
treefa5813ff5b05ea5f8d316515b394ee520aacd288 /cpp/src/Ice/GC.cpp
parentAdded note about iceboxd (diff)
downloadice-1995b4af86f8edbb2f12405d05bce2b6e47459b1.tar.bz2
ice-1995b4af86f8edbb2f12405d05bce2b6e47459b1.tar.xz
ice-1995b4af86f8edbb2f12405d05bce2b6e47459b1.zip
Moved VS 8 warning suppression into IceUtil/DisableWarnings.h
Diffstat (limited to 'cpp/src/Ice/GC.cpp')
-rwxr-xr-xcpp/src/Ice/GC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/GC.cpp b/cpp/src/Ice/GC.cpp
index 1bce890035f..b9b8bf76bfd 100755
--- a/cpp/src/Ice/GC.cpp
+++ b/cpp/src/Ice/GC.cpp
@@ -35,7 +35,7 @@ recursivelyReachable(GCShared* p, GCObjectSet& o)
}
-using namespace std;
+using namespace std;
using namespace IceUtil;
int IceInternal::GC::_numCollectors = 0;