diff options
author | Mathias Stearn <mathias@10gen.com> | 2014-01-21 15:06:05 -0500 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2014-01-21 15:08:57 -0500 |
commit | 1299b1166ebc0856775566a4b7edd7b02b695734 (patch) | |
tree | c475f7abc251728e830d3a19cab3b028c31dae10 /src/mongo/db/pipeline/pipeline.h | |
parent | 410405e01c0c9bb5d1c9ed4f8d2a28b865cd19c8 (diff) | |
download | mongo-1299b1166ebc0856775566a4b7edd7b02b695734.tar.gz |
SERVER-12180 fix inconsistent use of struct/class
Diffstat (limited to 'src/mongo/db/pipeline/pipeline.h')
-rw-r--r-- | src/mongo/db/pipeline/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/pipeline.h b/src/mongo/db/pipeline/pipeline.h index 7404239b70c..e9424098e5a 100644 --- a/src/mongo/db/pipeline/pipeline.h +++ b/src/mongo/db/pipeline/pipeline.h @@ -38,8 +38,8 @@ namespace mongo { class BSONObj; class BSONObjBuilder; class Command; + struct DepsTracker; class DocumentSource; - class DepsTracker; struct ExpressionContext; class Privilege; |