From 39a86f7e402b99ad53fc7832c9e8e9e2d4a135fb Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 3 Nov 2010 17:03:54 +0000 Subject: [PATCH] --- Post/PView.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Post/PView.cpp b/Post/PView.cpp index ce336139a4..22cc1d460d 100644 --- a/Post/PView.cpp +++ b/Post/PView.cpp @@ -312,7 +312,8 @@ PView *PView::getViewByNum(int num, int timeStep, int partition) } #include "Bindings.h" -void PView::registerBindings(binding *b) { +void PView::registerBindings(binding *b) +{ classBinding *cb = b->addClass<PView>("PView"); cb->setDescription("A post-processing view"); methodBinding *cm; -- GitLab