summaryrefslogtreecommitdiff
path: root/src/mongo/db/d_concurrency.h
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2012-04-24 09:11:59 -0400
committerTad Marshall <tad@10gen.com>2012-04-24 09:11:59 -0400
commit6797ff911da4dc5307d02ebc86a07537d96b7ed4 (patch)
tree6b82be05803f40394df9481a62a84d16f7c46817 /src/mongo/db/d_concurrency.h
parent31bdfd739ea47d46c011a642acc3c37c3932dc14 (diff)
downloadmongo-6797ff911da4dc5307d02ebc86a07537d96b7ed4.tar.gz
Fix Visual Studio build & Windows warnings
Add timer.cpp to projects, organize mongos filters a little better, be consistent in struct/class usage to prevent warnings on Windows.
Diffstat (limited to 'src/mongo/db/d_concurrency.h')
-rw-r--r--src/mongo/db/d_concurrency.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/d_concurrency.h b/src/mongo/db/d_concurrency.h
index 6a768e4770b..285653d9356 100644
--- a/src/mongo/db/d_concurrency.h
+++ b/src/mongo/db/d_concurrency.h
@@ -13,7 +13,7 @@
namespace mongo {
class WrapperForRWLock;
- struct LockState;
+ class LockState;
class Lock : boost::noncopyable {
public: