Ticket #47418: patch-glc_settargetmover.cpp.diff
File patch-glc_settargetmover.cpp.diff, 430 bytes (added by master5597@…, 9 years ago) |
---|
-
glc_lib/viewport/glc_settargetmover.cpp
old new 26 26 #include "glc_viewport.h" 27 27 #include "glc_openglexception.h" 28 28 29 #include <GL/glu.h> 30 29 31 // Default constructor 30 32 GLC_SetTargetMover::GLC_SetTargetMover(GLC_Viewport* pViewport, const QList<GLC_RepMover*>& repsList) 31 33 : GLC_Mover(pViewport, repsList)