summaryrefslogtreecommitdiffstats
path: root/kpat/freecell-solver/fcs.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/freecell-solver/fcs.h')
-rw-r--r--kpat/freecell-solver/fcs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/freecell-solver/fcs.h b/kpat/freecell-solver/fcs.h
index 63db42a6..47b4b89d 100644
--- a/kpat/freecell-solver/fcs.h
+++ b/kpat/freecell-solver/fcs.h
@@ -582,7 +582,7 @@ struct freecell_solver_soft_thread_struct
/*
* The priority queue of the A* scan */
- PTQUEUE * a_star_pqueue;
+ PQUEUE * a_star_pqueue;
double a_star_initial_cards_under_sequences;
/*