Add changes

This commit is contained in:
divanik 2024-10-29 15:04:30 +00:00
parent b81e024c70
commit a54df54405

View File

@ -216,7 +216,7 @@ public:
String compression_method = "auto";
String structure = "auto";
virtual void update(ObjectStoragePtr object_storage, ContextPtr local_context, [[maybe_unused]] bool update_base = false);
virtual void update(ObjectStoragePtr object_storage, ContextPtr local_context);
protected: