mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Fix a clang++ gripe
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7571 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									cecc098924
								
							
						
					
					
						commit
						9712447253
					
				@ -62,7 +62,7 @@ namespace
 | 
				
			|||||||
    poly_generator (QVector<T> const& coeffs, size_t intervals, S scaling = [] (T x) {return x;})
 | 
					    poly_generator (QVector<T> const& coeffs, size_t intervals, S scaling = [] (T x) {return x;})
 | 
				
			||||||
      : x_ {0}
 | 
					      : x_ {0}
 | 
				
			||||||
      , intervals_ {intervals}
 | 
					      , intervals_ {intervals}
 | 
				
			||||||
      , scaling_ {scaling}
 | 
					      , scaling_ (scaling)
 | 
				
			||||||
      , coeffs_ {coeffs}
 | 
					      , coeffs_ {coeffs}
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user