summary refs log tree commit diff stats
path: root/tools/datapacker/container.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 14:28:56 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 14:28:56 -0400
commit3c26cedd030c464e3b8a5576a98c19eb45134658 (patch)
treeb2a9dcda18dfd39c43e85723d073bf56aaf1c3ed /tools/datapacker/container.h
parente9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0 (diff)
downloadlingo2-archipelago-3c26cedd030c464e3b8a5576a98c19eb45134658.tar.gz
lingo2-archipelago-3c26cedd030c464e3b8a5576a98c19eb45134658.tar.bz2
lingo2-archipelago-3c26cedd030c464e3b8a5576a98c19eb45134658.zip
Process the rest of the defined protos
Diffstat (limited to 'tools/datapacker/container.h')
-rw-r--r--tools/datapacker/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/datapacker/container.h b/tools/datapacker/container.h index 96e5a50..571a066 100644 --- a/tools/datapacker/container.h +++ b/tools/datapacker/container.h
@@ -42,7 +42,7 @@ class Container {
42 42
43 void AddConnection(const Connection& connection); 43 void AddConnection(const Connection& connection);
44 44
45 const AllObjects& all_objects() const { return all_objects_; } 45 AllObjects& all_objects() { return all_objects_; }
46 46
47 private: 47 private:
48 AllObjects all_objects_; 48 AllObjects all_objects_;