aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/SendCounterPacket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/SendCounterPacket.hpp')
-rw-r--r--src/profiling/SendCounterPacket.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiling/SendCounterPacket.hpp b/src/profiling/SendCounterPacket.hpp
index db893c026a..f8fd757944 100644
--- a/src/profiling/SendCounterPacket.hpp
+++ b/src/profiling/SendCounterPacket.hpp
@@ -51,7 +51,7 @@ private:
template <typename ExceptionType>
void CancelOperationAndThrow(IPacketBufferPtr& writerBuffer, const std::string& errorMessage)
{
- if (std::is_same<ExceptionType, BufferExhaustion>::value)
+ if (std::is_same<ExceptionType, arm::pipe::BufferExhaustion>::value)
{
m_BufferManager.FlushReadList();
}