From f4c832fc48b0e85fbad3396588ab40131f9447a8 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Tue, 2 Jul 2013 15:39:24 +0000
Subject: [PATCH] Mark a field that we don't use as private.

git-svn-id: https://svn.dealii.org/trunk@29912 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/include/deal.II/distributed/tria.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/deal.II/include/deal.II/distributed/tria.h b/deal.II/include/deal.II/distributed/tria.h
index 5578179d98..b6333f5c58 100644
--- a/deal.II/include/deal.II/distributed/tria.h
+++ b/deal.II/include/deal.II/distributed/tria.h
@@ -977,6 +977,9 @@ namespace parallel
         mesh_reconstruction_after_repartitioning = 0x1,
         construct_multigrid_hierarchy = 0x2
       };
+
+
+    private:
       /**
        * dummy settings object
        */
-- 
2.39.5