From: wolf Date: Wed, 22 Jan 2003 23:02:48 +0000 (+0000) Subject: Qualify lookup of Vector. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=095c3eb3fd8cbc5fbe80b52846da0a09de734fbe;p=dealii-svn.git Qualify lookup of Vector. git-svn-id: https://svn.dealii.org/trunk@6941 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_vector.h b/deal.II/lac/include/lac/block_vector.h index efe76358a8..8fde781e43 100644 --- a/deal.II/lac/include/lac/block_vector.h +++ b/deal.II/lac/include/lac/block_vector.h @@ -69,7 +69,7 @@ namespace BlockVectorIterators * iterators. There, the * vector must not be constant. */ - typedef Vector Vector; + typedef ::Vector Vector; /** * Type of the block vector