mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
8
src/PrsMgr/PrsMgr_Presentation.cxx
Executable file
8
src/PrsMgr/PrsMgr_Presentation.cxx
Executable file
@@ -0,0 +1,8 @@
|
||||
#include <PrsMgr_Presentation.ixx>
|
||||
|
||||
PrsMgr_Presentation::PrsMgr_Presentation
|
||||
(const Handle(PrsMgr_PresentationManager)& aPresentationManager)
|
||||
:myPresentationManager(aPresentationManager),myMustBeUpdated(Standard_False) {}
|
||||
|
||||
void PrsMgr_Presentation::Destroy () {
|
||||
}
|
Reference in New Issue
Block a user