Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.runtime.cpp.tests/src/messaging/MessageServiceTest.h')
-rw-r--r--tests/org.eclipse.etrice.runtime.cpp.tests/src/messaging/MessageServiceTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.etrice.runtime.cpp.tests/src/messaging/MessageServiceTest.h b/tests/org.eclipse.etrice.runtime.cpp.tests/src/messaging/MessageServiceTest.h
index cccf480b7..57e00d7b8 100644
--- a/tests/org.eclipse.etrice.runtime.cpp.tests/src/messaging/MessageServiceTest.h
+++ b/tests/org.eclipse.etrice.runtime.cpp.tests/src/messaging/MessageServiceTest.h
@@ -54,7 +54,7 @@ private:
class MessageCounter: public etRuntime::RTObject,
public etRuntime::IMessageReceiver {
public:
- MessageCounter(IRTObject *parent, const std::string &name,
+ MessageCounter(IRTObject *parent, const etRuntime::String &name,
const etRuntime::Address &address) :
RTObject(parent, name), m_counter(0), m_address(address) {
}

Back to the top