Skip to content

Commit 6ee7d9f

Browse files
authored
Update h2root.cxx
1 parent 7c0e669 commit 6ee7d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/src/h2root.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ extern "C" void type_of_call hbnam(const int&,DEFCHAR,const int&,DEFCHAR,const
215215
#endif
216216

217217
extern "C" void type_of_call hprntu(const int&);
218-
extern "C" void type_of_call hgnpar(const int&,const char *,const int);
218+
extern "C" void type_of_call hgnpar(const int&,DEFCHAR,fortran_charlen_t);
219219
extern "C" void type_of_call hgnf(const int&,const int&,const float&,const int&);
220220
extern "C" void type_of_call hgnt(const int&,const int&,const int&);
221-
extern "C" void type_of_call rzink(const int&,const int&,const char *,const int);
221+
extern "C" void type_of_call rzink(const int&,const int&,DEFCHAR,fortran_charlen_t);
222222
extern "C" void type_of_call hdcofl();
223223
extern "C" void type_of_call hmaxim(const int&,const float&);
224224
extern "C" void type_of_call hminim(const int&,const float&);

0 commit comments

Comments
 (0)