From f88708797ff91d0eb4280f582f6b51613fb055d7 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Tue, 28 May 2019 14:49:53 +0200 Subject: [PATCH] STYLE: provide labelPair typedef (a common type) within Pair.H itself --- src/OpenFOAM/primitives/Pair/Pair.H | 8 +++++++- src/OpenFOAM/primitives/Pair/labelPair.H | 7 ------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/OpenFOAM/primitives/Pair/Pair.H b/src/OpenFOAM/primitives/Pair/Pair.H index 22d2172bfa..db9589d6ac 100644 --- a/src/OpenFOAM/primitives/Pair/Pair.H +++ b/src/OpenFOAM/primitives/Pair/Pair.H @@ -50,6 +50,13 @@ See also namespace Foam { +// Forward declarations +template class Pair; + +// Common pair types +typedef Pair