From 060441dd75d720e63c443ad9659f52c45ae8c397 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 4 Feb 2014 21:59:19 +0000 Subject: [PATCH] Do not qualify an element in its own namespace. git-svn-id: https://svn.dealii.org/trunk@32409 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/base/data_out_base.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5