diff options
-rw-r--r-- | pages/page_exit.eh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/page_exit.eh b/pages/page_exit.eh index 94c46ed..4edb5ce 100644 --- a/pages/page_exit.eh +++ b/pages/page_exit.eh @@ -1,7 +1,10 @@ <# do not add to Makefile #> +<%pre> +#include "exception.h" +</%pre> <%cpp> spoint.commit(); -} catch ( HtmlError const& ex ) { +} catch ( vdrlive::HtmlError const& ex ) { cxxtools::QueryParams param = qparam; param.add( "pageTitle", pageTitle ); param.add( "errorMessage", ex.what() ); |