summaryrefslogtreecommitdiff
path: root/cpp/src/qmf/Query.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qmf/Query.h')
-rw-r--r--cpp/src/qmf/Query.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qmf/Query.h b/cpp/src/qmf/Query.h
index 96ad2b0d24..bd3ed6b862 100644
--- a/cpp/src/qmf/Query.h
+++ b/cpp/src/qmf/Query.h
@@ -25,11 +25,11 @@
namespace qmf {
- struct Object;
+ class Object;
struct QueryElementImpl;
struct QueryImpl;
struct QueryExpressionImpl;
- struct SchemaClassKey;
+ class SchemaClassKey;
enum ValueOper {
O_EQ = 1,
@@ -97,7 +97,7 @@ namespace qmf {
bool getDecreasing() const;
private:
- friend class QueryImpl;
+ friend struct QueryImpl;
friend class BrokerProxyImpl;
Query(QueryImpl* impl);
QueryImpl* impl;