mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									b77e387265
								
							
						
					
					
						commit
						c04f75cdbb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -143,7 +143,7 @@ void seq_decl_plugin::init() {
 | 
			
		|||
    sort* seqABB[3] = { seqA, B, B };
 | 
			
		||||
    sort* str2T[2] = { strT, strT };
 | 
			
		||||
    sort* str3T[3] = { strT, strT, strT };
 | 
			
		||||
    sort* strTint2T[3] { strT, intT, intT };
 | 
			
		||||
    sort* strTint2T[3] = { strT, intT, intT };
 | 
			
		||||
    sort* re2T[2] = { reT, reT };
 | 
			
		||||
    sort* strTreT[2] = { strT, reT };
 | 
			
		||||
    m_sigs.resize(LAST_SEQ_OP);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue