Gui/Mod: replace several reinterpret_cast with static_cast
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
static void moveCallback(void * data, SoSensor * sensor)
|
||||
{
|
||||
Q_UNUSED(sensor);
|
||||
Private* self = reinterpret_cast<Private*>(data);
|
||||
Private* self = static_cast<Private*>(data);
|
||||
if (self->view) {
|
||||
Gui::View3DInventorViewer* view = self->view->getViewer();
|
||||
SoClipPlane* clip = self->clipView;
|
||||
|
||||
Reference in New Issue
Block a user