0022337: V3d_View::Print crashes in OCCT 6.5.0
[occt.git] / src / OpenGl / OpenGl_togl_view_exploration.cxx
1
2 #include <OpenGl_tgl_all.hxx>
3 #include <OpenGl_tgl.hxx>
4 #include <OpenGl_tgl_funcs.hxx>
5
6 void EXPORT
7 call_togl_view_exploration
8 (
9  long id
10  )
11 {
12   call_togl_structure_exploration (id, 0, 0);
13   return;
14 }