X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPVGUI%2FPVGUI_OutputWindowAdapter.h;h=f37fd5056197d1e1ed069721673ef454b4c35b7c;hb=a8ecf8056dd2b5fb0546474a74488830eed2a18f;hp=86c6e41c19c5c0a119a08c59be36626a0ca16e1e;hpb=89c33033151baa33eeac8fb09d9c0488acb43c35;p=modules%2Fparavis.git diff --git a/src/PVGUI/PVGUI_OutputWindowAdapter.h b/src/PVGUI/PVGUI_OutputWindowAdapter.h index 86c6e41c..f37fd505 100644 --- a/src/PVGUI/PVGUI_OutputWindowAdapter.h +++ b/src/PVGUI/PVGUI_OutputWindowAdapter.h @@ -1,9 +1,9 @@ -// Copyright (C) 2010-2012 CEA/DEN, EDF R&D +// Copyright (C) 2010-2014 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -34,7 +34,7 @@ class PVGUI_OutputWindowAdapter : public vtkOutputWindow { public: static PVGUI_OutputWindowAdapter *New(); - vtkTypeRevisionMacro(PVGUI_OutputWindowAdapter, vtkOutputWindow); + vtkTypeMacro(PVGUI_OutputWindowAdapter, vtkOutputWindow); //! Returns the number of text messages received const unsigned int getTextCount();