From: Wolfgang Bangerth Date: Tue, 15 Mar 2005 17:27:15 +0000 (+0000) Subject: Make the correct class a friend. X-Git-Tag: v8.0.0~14377 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97e0f5d5b94e8a2d6fe5b1a17eac89ab496f7617;p=dealii.git Make the correct class a friend. git-svn-id: https://svn.dealii.org/trunk@10159 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/table.h b/deal.II/base/include/base/table.h index 8dd9815fec..3f2c4d4a45 100644 --- a/deal.II/base/include/base/table.h +++ b/deal.II/base/include/base/table.h @@ -664,7 +664,7 @@ namespace internal template friend class Accessor; # ifndef DEAL_II_TEMPL_SPEC_FRIEND_BUG - friend class Table<2,T>; + friend class ::Table<2,T>; friend class Accessor; # endif #else