Skip to content

Commit

Permalink
Checker_AMPLS_ModeltTraits: no const AMPLS_ModelTraits*
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Aug 28, 2024
1 parent a7a95cc commit 3132c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mp/ampls-ccallbacks.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ typedef struct AMPLS_ModelTraits_T {
} AMPLS_ModelTraits;


typedef void (*Checker_AMPLS_ModeltTraits)(const AMPLS_ModelTraits*);
typedef void (*Checker_AMPLS_ModeltTraits)(AMPLS_ModelTraits*);


/// Set of callbacks provided to a driver for licensing issues
Expand Down

0 comments on commit 3132c5c

Please sign in to comment.