Skip to content

Commit a4d33ee

Browse files
author
Remi Delmas
committed
CONTRACTS: make contracts.h methods public.
For future reuse with dynamic frames
1 parent 585039a commit a4d33ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-instrument/contracts/contracts.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ class code_contractst
141141

142142
std::unordered_set<irep_idt> summarized;
143143

144+
public:
144145
/// Translates a function_pointer_obeys_contract_exprt into an assertion
145146
/// ```
146147
/// ASSERT function_pointer == contract;

0 commit comments

Comments
 (0)