- Finally solved the stupid warning.

This commit is contained in:
ccremers 2004-07-20 13:01:58 +00:00
parent b570ca2d8a
commit d9d94073d1
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ candidates (const Knowledge know)
struct fvpass
{
int (*solution) (struct fvpass, Knowledge);
int (*solution)();
System sys;
int run;

View File

@ -21,7 +21,7 @@
struct solvepass
{
int (*solution) (struct solvepass, Constraintlist);
int (*solution)();
System sys;
int run;