From: bangerth Date: Tue, 4 Feb 2014 21:59:19 +0000 (+0000) Subject: Do not qualify an element in its own namespace. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=060441dd75d720e63c443ad9659f52c45ae8c397;p=dealii-svn.git Do not qualify an element in its own namespace. git-svn-id: https://svn.dealii.org/trunk@32409 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/base/data_out_base.cc b/deal.II/source/base/data_out_base.cc index c6294ecfc1..58a8fbd5dc 100644 --- a/deal.II/source/base/data_out_base.cc +++ b/deal.II/source/base/data_out_base.cc @@ -317,7 +317,7 @@ namespace DataOutBase bool operator < (const SvgCell &) const; }; - bool DataOutBase::SvgCell::operator < (const SvgCell &e) const + bool SvgCell::operator < (const SvgCell &e) const { // note the "wrong" order in // which we sort the elements