From: guido Date: Fri, 4 Sep 1998 11:56:12 +0000 (+0000) Subject: Fehler in #ifndef beseitigt X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e50713283fe10b301b3de3e282907230f555b2;p=dealii-svn.git Fehler in #ifndef beseitigt git-svn-id: https://svn.dealii.org/trunk@561 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/smartpointer.h b/deal.II/base/include/base/smartpointer.h index 5a63bd1cd4..53c9630cdf 100644 --- a/deal.II/base/include/base/smartpointer.h +++ b/deal.II/base/include/base/smartpointer.h @@ -4,7 +4,7 @@ #define __smartpointer_H /*---------------------------- smartpointer.h ---------------------------*/ -#ifndef #ifndef __subscriptor_H +#ifndef __subscriptor_H #include #endif