Skip to content

Commit 367c697

Browse files
committed
Adapt to new protobuf version
1 parent 8fdbfdf commit 367c697

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

conandata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "5.11.0"
1+
version: "5.11.1"
22
requirements:
3-
- "arcus/5.11.0"
3+
- "arcus/5.11.1"

src/PythonMessage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PythonMessage::~PythonMessage()
3232

3333
std::string Arcus::PythonMessage::getTypeName() const
3434
{
35-
return _message->GetTypeName();
35+
return std::string(_message->GetTypeName());
3636
}
3737

3838
MessagePtr Arcus::PythonMessage::getSharedMessage() const

0 commit comments

Comments
 (0)