1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

Samples update

This commit is contained in:
kgv
2013-11-01 12:49:21 +04:00
committed by bugmaster
parent 618d8e6135
commit 65993a9537
57 changed files with 212 additions and 190 deletions

View File

@@ -37,7 +37,7 @@ OCC_App::OCC_App() : CWinApp()
try
{
Handle(Aspect_DisplayConnection) aDisplayConnection;
myGraphicDriver = Graphic3d::InitGraphicDriver (aDisplayConnection);
myGraphicDriver = new OpenGl_GraphicDriver (aDisplayConnection);
}
catch(Standard_Failure)
{