diff options
Diffstat (limited to 'qpid/cpp/src/qmf/AgentEngine.h')
| -rw-r--r-- | qpid/cpp/src/qmf/AgentEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qmf/AgentEngine.h b/qpid/cpp/src/qmf/AgentEngine.h index c88ef33657..bf91cbb4c8 100644 --- a/qpid/cpp/src/qmf/AgentEngine.h +++ b/qpid/cpp/src/qmf/AgentEngine.h @@ -61,7 +61,7 @@ namespace qmf { Value* arguments; // Method parameters (METHOD_CALL) char* exchange; // Exchange for bind (BIND, UNBIND) char* bindingKey; // Key for bind (BIND, UNBIND) - SchemaObjectClass* objectClass; // (METHOD_CALL) + const SchemaObjectClass* objectClass; // (METHOD_CALL) }; class AgentEngineImpl; |
