summaryrefslogtreecommitdiff
path: root/pch.cpp
diff options
context:
space:
mode:
authorDwight Merriman <dwight@10gen.com>2010-04-27 18:16:43 -0400
committerDwight Merriman <dwight@10gen.com>2010-04-27 18:16:43 -0400
commitd09a9ea08793fa72af727699f1e7662990a57f67 (patch)
tree1624e233cecb6bcfd0f7c493f80d6f0ea0dc8d7c /pch.cpp
parent30fd95fcb5d998ba2af196dfdb4928325a09dad8 (diff)
downloadmongo-d09a9ea08793fa72af727699f1e7662990a57f67.tar.gz
fix for new pch file and windows vcproj
Diffstat (limited to 'pch.cpp')
-rw-r--r--pch.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/pch.cpp b/pch.cpp
index 064efade7dd..b27e373bc5c 100644
--- a/pch.cpp
+++ b/pch.cpp
@@ -1,4 +1,4 @@
-// stdafx.cpp : source file that includes just the standard includes
+// pch.cpp : helper for using precompiled headers
/* Copyright 2009 10gen Inc.
*
@@ -29,7 +29,6 @@
// unknown compiler
#endif
-
namespace mongo {
const char versionString[] = "1.5.1-pre-";