From edf00e343ae189f99379632746b85327cd346b8a Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 29 Aug 2012 11:46:49 +0000 Subject: [PATCH] add missing inheritance git-svn-id: https://svn.dealii.org/trunk@26151 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/table_indices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/base/table_indices.h b/deal.II/include/deal.II/base/table_indices.h index 52d30af82a..c13cce5afb 100644 --- a/deal.II/include/deal.II/base/table_indices.h +++ b/deal.II/include/deal.II/base/table_indices.h @@ -99,7 +99,7 @@ class TableIndicesBase * @author Wolfgang Bangerth, 2002 */ template -class TableIndices +class TableIndices : public TableIndicesBase { /** * Standard constructor, setting -- 2.39.5