Skip to content

Commit 830e29f

Browse files
starseekercshorler
authored andcommitted
Add more initializers
1 parent 3c17e71 commit 830e29f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/clstepcore/aggrTypeDescriptor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class SC_CORE_EXPORT AggrTypeDescriptor : public TypeDescriptor {
5757
AggrTypeDescriptor( const char * nm, PrimitiveType ft,
5858
Schema * origSchema, const char * d,
5959
AggregateCreator f = 0 )
60-
: TypeDescriptor( nm, ft, origSchema, d ), _bound1( 0 ), _bound2( 0 ), _uniqueElements( 0 ), _aggrDomainType( NULL ), CreateNewAggr( f ) { }
60+
: TypeDescriptor( nm, ft, origSchema, d ), _bound1( 0 ), _bound2( 0 ), _uniqueElements( 0 ), _aggrDomainType( NULL ), CreateNewAggr( f ), _bound1_type( bound_unset ), _bound2_type( bound_unset ), _bound1_callback( NULL ), _bound2_callback( NULL ) { }
6161
virtual ~AggrTypeDescriptor();
6262

6363

0 commit comments

Comments
 (0)