| commit | fc377333e4d3b666df750c090e12e608dce8012d | [log] [tgz] |
|---|---|---|
| author | Kim van der Riet <kpvdr@apache.org> | Wed Oct 18 15:02:44 2017 -0400 |
| committer | Kim van der Riet <kpvdr@apache.org> | Wed Oct 18 15:02:44 2017 -0400 |
| tree | c5a6a8fa631d37b17dd587f912fb89091f1305cc | |
| parent | 9b3014adcbd65fedfba9ba4f6797fc46cbb0062f [diff] |
QPID-7975: Fixed a syntax error that affects earlier c++ compilers
diff --git a/src/qpid/linearstore/JournalImpl.cpp b/src/qpid/linearstore/JournalImpl.cpp index 03f7855..fe919fb 100644 --- a/src/qpid/linearstore/JournalImpl.cpp +++ b/src/qpid/linearstore/JournalImpl.cpp
@@ -63,7 +63,7 @@ _state = FLUSHED; return res; } - return ::qpid::linearstore::journal::iores::RHM_IORES_SUCCESS; + return ::qpid::linearstore::journal::RHM_IORES_SUCCESS; } void InactivityFireEvent::fire() {