File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,9 @@ SCLP23(Select)::SetUnderlyingType (const TypeDescriptor * td)
172172 return underlying_type = td;
173173}
174174
175- int SCLP23 (Select)::exists() const
175+ long SCLP23 (Select)::exists() const
176176{
177- return (int ) underlying_type;
177+ return (long ) underlying_type;
178178}
179179
180180void SCLP23 (Select)::nullify()
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class SCLP23_NAME(Select) {
8787 // from SDAI binding
8888 SCLP23_NAME (String) UnderlyingTypeName () const ;
8989 const TypeDescriptor * CurrentUnderlyingType () const ;
90- int exists () const ;
90+ long exists () const ;
9191 void nullify ();
9292
9393 Severity SelectValidLevel (const char *attrValue, ErrorDescriptor *err,
You can’t perform that action at this time.
0 commit comments