From: wolf
Date: Thu, 3 Mar 2005 15:55:52 +0000 (+0000)
Subject: Reindent.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c7d93a259d72d6ad3acfad21031685beb1208be;p=dealii-svn.git
Reindent.
git-svn-id: https://svn.dealii.org/trunk@9967 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html
index 1b1be4c146..f879f1f35e 100644
--- a/deal.II/doc/news/changes.html
+++ b/deal.II/doc/news/changes.html
@@ -66,8 +66,10 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
(GK, 2005/03/02)
+
- Fixed: The class MultipleParameterLoop::UserClass
had only
+ Fixed: The class MultipleParameterLoop::UserClass
had only
virtual abstract functions but no virtual destructor. This caused
warnings with some compilers, and is generally bad practice
anyway. This is now fixed. The same holds with respect to the class