Skip to content

Commit 9982d29

Browse files
committed
update patch
Signed-off-by: wep21 <[email protected]>
1 parent 489b0ca commit 9982d29

File tree

2 files changed

+59
-468
lines changed

2 files changed

+59
-468
lines changed

patch/ros-jazzy-plotjuggler.unix.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ index 761e0b73..b7ce4129 100644
5656
+ .arg(QString::fromStdString(std::string(message)));
5757
}
5858
diff --git a/plotjuggler_plugins/ParserProtobuf/error_collectors.h b/plotjuggler_plugins/ParserProtobuf/error_collectors.h
59-
index f70a881f..7afe1fea 100644
59+
index 8abfa5e0..7afe1fea 100644
6060
--- a/plotjuggler_plugins/ParserProtobuf/error_collectors.h
6161
+++ b/plotjuggler_plugins/ParserProtobuf/error_collectors.h
6262
@@ -3,17 +3,18 @@
@@ -71,12 +71,12 @@ index f70a881f..7afe1fea 100644
7171
{
7272
public:
7373
- void AddError(int line, google::protobuf::io::ColumnNumber column,
74-
- const std::string& message) override;
74+
- const std::string& message);
7575
+ void RecordError(int line, google::protobuf::io::ColumnNumber column,
7676
+ const absl::string_view message) override;
7777

7878
- void AddWarning(int line, google::protobuf::io::ColumnNumber column,
79-
- const std::string& message) override;
79+
- const std::string& message);
8080
+ void RecordWarning(int line, google::protobuf::io::ColumnNumber column,
8181
+ const absl::string_view message) override;
8282

0 commit comments

Comments
 (0)