summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/WeightedGraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceStorm/WeightedGraph.cpp')
-rw-r--r--cpp/src/IceStorm/WeightedGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/WeightedGraph.cpp b/cpp/src/IceStorm/WeightedGraph.cpp
index ba86a8a34e6..a00d0a4666e 100644
--- a/cpp/src/IceStorm/WeightedGraph.cpp
+++ b/cpp/src/IceStorm/WeightedGraph.cpp
@@ -65,7 +65,7 @@ public:
}
};
-#ifdef WIN32
+#ifdef _WIN32
# pragma warning(disable:4786)
#endif