Needed typename for gcc 4.2
parent
28b2584961
commit
7903b023ff
|
|
@ -18,7 +18,7 @@ struct ISAM2<CONDITIONAL, VALUES>::Impl {
|
|||
typedef ISAM2<CONDITIONAL, VALUES> ISAM2Type;
|
||||
|
||||
struct PartialSolveResult {
|
||||
ISAM2Type::sharedClique bayesTree;
|
||||
typename ISAM2Type::sharedClique bayesTree;
|
||||
Permutation fullReordering;
|
||||
Permutation fullReorderingInverse;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue