diff options
Diffstat (limited to 'cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h')
-rw-r--r-- | cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h b/cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h index 691b9c7b82..355180ec87 100644 --- a/cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h +++ b/cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h @@ -112,7 +112,7 @@ public: */ static const char* s_toStr(const wrComplState_t s); -protected: +private: /** * \brief Set (or change) the value of m_state. This function implements the state machine checks for * legal state change transitions, and throw an exception if an illegal state transition is requested. |