Skip to content

Commit

Permalink
Fixes #278
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Sep 23, 2023
1 parent 7ff37f5 commit 9dcdb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clp/src/Clp_C_Interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ COINLIBAPI Clp_Simplex *COINLINKAGE Clp_newModel(void);
/** Destructor */
COINLIBAPI void COINLINKAGE Clp_deleteModel(Clp_Simplex *model);
/** Default constructor */
COINLIBAPI Clp_Solve *COINLINKAGE ClpSolve_new();
COINLIBAPI Clp_Solve *COINLINKAGE ClpSolve_new(void);
/** Destructor */
COINLIBAPI void COINLINKAGE ClpSolve_delete(Clp_Solve *solve);
/*@}*/
Expand Down

0 comments on commit 9dcdb1d

Please sign in to comment.