summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/asyncStore/jrnl2/DataOpState.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/asyncStore/jrnl2/DataOpState.h')
-rw-r--r--cpp/src/qpid/asyncStore/jrnl2/DataOpState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/asyncStore/jrnl2/DataOpState.h b/cpp/src/qpid/asyncStore/jrnl2/DataOpState.h
index 492f0b3f6b..5316c90d69 100644
--- a/cpp/src/qpid/asyncStore/jrnl2/DataOpState.h
+++ b/cpp/src/qpid/asyncStore/jrnl2/DataOpState.h
@@ -111,7 +111,7 @@ public:
*/
static const char* s_toStr(const opState_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.