Skip to content

Commit f5fbe61

Browse files
authored
Merge pull request #7897 from diffblue/get-module-signature
fix get_module declaration
2 parents 12c4123 + 80ce7ec commit f5fbe61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/util/get_module.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Author: Daniel Kroening, [email protected]
1414

1515
#include <string>
1616

17-
class symbol_tablet;
17+
class symbol_table_baset;
1818
class message_handlert;
1919
class symbolt;
2020

2121
const symbolt &get_module(
22-
const symbol_tablet &symbol_table,
22+
const symbol_table_baset &,
2323
const std::string &module,
24-
message_handlert &message_handler);
24+
message_handlert &);
2525

2626
#endif // CPROVER_UTIL_GET_MODULE_H

0 commit comments

Comments
 (0)