mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-26 11:40:32 +05:00
RNV: Fix compilation problems on several platforms.
This commit is contained in:
parent
3e56460d20
commit
5d0e158476
@ -638,9 +638,6 @@ SUIT_ViewWindow* getWnd( const int id )
|
||||
return resWnd;
|
||||
}
|
||||
|
||||
|
||||
actorAspect SMESH_Swig::GetActorAspect( const char* Mesh_Entry, int viewId )
|
||||
{
|
||||
class TGetActorAspect: public SALOME_Event
|
||||
{
|
||||
public:
|
||||
@ -687,6 +684,8 @@ actorAspect SMESH_Swig::GetActorAspect( const char* Mesh_Entry, int viewId )
|
||||
}
|
||||
};
|
||||
|
||||
actorAspect SMESH_Swig::GetActorAspect( const char* Mesh_Entry, int viewId )
|
||||
{
|
||||
return ProcessEvent(new TGetActorAspect( Mesh_Entry, viewId));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user