From 75373e7f5361cdd02caef0f10a1e355b80ba9b20 Mon Sep 17 00:00:00 2001 From: Pam Harris Date: Wed, 23 Oct 2024 13:13:45 -0600 Subject: [PATCH] Update protobuf for message enum fix --- carta-protobuf | 2 +- src/Session/{ChannelMap.cc => ChannelMapSettings.cc} | 0 src/Session/{ChannelMap.h => ChannelMapSettings.h} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/Session/{ChannelMap.cc => ChannelMapSettings.cc} (100%) rename src/Session/{ChannelMap.h => ChannelMapSettings.h} (100%) diff --git a/carta-protobuf b/carta-protobuf index 0ee6e03cc..40a2ed149 160000 --- a/carta-protobuf +++ b/carta-protobuf @@ -1 +1 @@ -Subproject commit 0ee6e03ccb11dc7141a57830191ad28ad452d761 +Subproject commit 40a2ed1499637e5e26fb62d2497f38cbe352a4c9 diff --git a/src/Session/ChannelMap.cc b/src/Session/ChannelMapSettings.cc similarity index 100% rename from src/Session/ChannelMap.cc rename to src/Session/ChannelMapSettings.cc diff --git a/src/Session/ChannelMap.h b/src/Session/ChannelMapSettings.h similarity index 100% rename from src/Session/ChannelMap.h rename to src/Session/ChannelMapSettings.h