Skip to content

Commit 9071f3b

Browse files
author
Daniel Kroening
committed
C++: use struct_tag type
1 parent 54074e5 commit 9071f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/cpp_typecheck_resolve.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class cpp_typecheck_resolvet
7171
resolve_identifierst &identifiers,
7272
const wantt want);
7373

74-
symbol_typet disambiguate_template_classes(
74+
struct_tag_typet disambiguate_template_classes(
7575
const irep_idt &base_name,
7676
const cpp_scopest::id_sett &id_set,
7777
const cpp_template_args_non_tct &template_args);

0 commit comments

Comments
 (0)