From: Guido Kanschat Date: Fri, 4 Sep 1998 11:56:12 +0000 (+0000) Subject: Fehler in #ifndef beseitigt X-Git-Tag: v8.0.0~22696 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa8cc709546de664568217c26ae3a39bd45b0d2;p=dealii.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