Skip to content

Commit 35422f3

Browse files
Make update_covered_lines a static function
This is only working on the block_info member.
1 parent 0f3ae1a commit 35422f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-instrument/cover_basic_blocks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class cover_basic_blockst
8282

8383
/// create list of covered lines as CSV string and set as property of source
8484
/// location of basic block, compress to ranges if applicable
85-
void update_covered_lines(block_infot &block_info);
85+
static void update_covered_lines(block_infot &block_info);
8686
};
8787

8888
#endif // CPROVER_GOTO_INSTRUMENT_COVER_BASIC_BLOCKS_H

0 commit comments

Comments
 (0)