aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/TestTimelinePacketHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/test/TestTimelinePacketHandler.hpp')
-rw-r--r--src/profiling/test/TestTimelinePacketHandler.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profiling/test/TestTimelinePacketHandler.hpp b/src/profiling/test/TestTimelinePacketHandler.hpp
index 67395254fc..6cc6a0c086 100644
--- a/src/profiling/test/TestTimelinePacketHandler.hpp
+++ b/src/profiling/test/TestTimelinePacketHandler.hpp
@@ -66,7 +66,7 @@ public:
const TimelineModel& GetTimelineModel() const {return m_TimelineModel;}
- virtual void SetConnection(IProfilingConnection* profilingConnection) override // ILocalPacketHandler
+ virtual void SetConnection(IInternalProfilingConnection* profilingConnection) override // ILocalPacketHandler
{
m_Connection = profilingConnection;
}
@@ -74,7 +74,7 @@ public:
private:
void ProcessDirectoryPacket(const Packet& packet);
void ProcessMessagePacket(const Packet& packet);
- IProfilingConnection* m_Connection;
+ IInternalProfilingConnection* m_Connection;
std::mutex m_InferenceCompletedMutex;
std::condition_variable m_InferenceCompletedConditionVariable;
bool m_InferenceCompleted;