summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.h
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2012-12-07 03:38:59 -0500
committerTad Marshall <tad@10gen.com>2012-12-07 03:38:59 -0500
commit4b1997c098343fc67f1991dfb2d15b2667a54367 (patch)
treed0d74a8bc5e7319a15a2826644164efab8773d96 /src/mongo/db/cloner.h
parent81f940e7d8b5429264136f77ee80ed4d3c8948fd (diff)
downloadmongo-4b1997c098343fc67f1991dfb2d15b2667a54367.tar.gz
Fix Windows warnings
warning C4099: type name first seen using 'class' now seen using 'struct' warning C4101: unreferenced local variable
Diffstat (limited to 'src/mongo/db/cloner.h')
-rw-r--r--src/mongo/db/cloner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/cloner.h b/src/mongo/db/cloner.h
index 16ae3ec4fc3..6f4e104ec60 100644
--- a/src/mongo/db/cloner.h
+++ b/src/mongo/db/cloner.h
@@ -23,7 +23,7 @@
namespace mongo {
- class CloneOptions;
+ struct CloneOptions;
class IndexSpec;
class DBClientBase;
class DBClientCursor;