From: wolf Date: Tue, 5 Jul 2005 19:17:06 +0000 (+0000) Subject: Bring the dummy struct back that I had thought was unnecessary. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62444cb87b2933a5cfbec4d4e95dc54aa9fdf5e1;p=dealii-svn.git Bring the dummy struct back that I had thought was unnecessary. git-svn-id: https://svn.dealii.org/trunk@11069 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/function_parser.cc b/deal.II/base/source/function_parser.cc index a994810a76..a7acdb95d4 100644 --- a/deal.II/base/source/function_parser.cc +++ b/deal.II/base/source/function_parser.cc @@ -16,7 +16,15 @@ #include #ifndef DEAL_II_DISABLE_PARSER -#include +# include +#else + +namespace fparser +{ + class FunctionParser + {}; +} + #endif