Skip to content

Commit 85f19a1

Browse files
committed
Fixed build
1 parent 44e1567 commit 85f19a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/library/operation_id/operation_id.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ const TOperationId::TDataList& TOperationId::GetData() const {
152152
return Data;
153153
}
154154

155+
TOperationId::TDataList& TOperationId::GetMutableData() {
156+
return Data;
157+
}
158+
155159
const std::vector<const std::string*>& TOperationId::GetValue(const std::string &key) const {
156160
auto it = Index.find(key);
157161
if (it != Index.end()) {

0 commit comments

Comments
 (0)