Needed typename for gcc 4.2

release/4.3a0
Richard Roberts 2011-09-30 18:58:14 +00:00
parent 28b2584961
commit 7903b023ff
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ struct ISAM2<CONDITIONAL, VALUES>::Impl {
typedef ISAM2<CONDITIONAL, VALUES> ISAM2Type; typedef ISAM2<CONDITIONAL, VALUES> ISAM2Type;
struct PartialSolveResult { struct PartialSolveResult {
ISAM2Type::sharedClique bayesTree; typename ISAM2Type::sharedClique bayesTree;
Permutation fullReordering; Permutation fullReordering;
Permutation fullReorderingInverse; Permutation fullReorderingInverse;
}; };