From 1b9f3f674efc751e03e6f9651093e5fd0dd057aa Mon Sep 17 00:00:00 2001 From: ski Date: Thu, 9 Mar 2017 18:15:00 +0300 Subject: [PATCH] 0028507: Extension of CShapr Wrapper 7.1.0 to support additional set of OCCT classes Using of DEFINE_STANDARD_HANDLE macro was added to AIS_ColorScale class. --- src/AIS/AIS_ColorScale.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AIS/AIS_ColorScale.hxx b/src/AIS/AIS_ColorScale.hxx index 3dc3e4041b..44edaf036f 100644 --- a/src/AIS/AIS_ColorScale.hxx +++ b/src/AIS/AIS_ColorScale.hxx @@ -24,6 +24,8 @@ #include #include +class AIS_ColorScale; +DEFINE_STANDARD_HANDLE(AIS_ColorScale, AIS_InteractiveObject) //! Class for drawing a custom color scale. //! //! The color scale consists of rectangular color bar (composed of fixed -- 2.39.5