Fixed a typo preventing the geometry cache from being cleared

This commit is contained in:
Thomas Krijnen
2011-08-30 12:42:23 +00:00
parent ced0b1aa50
commit ee9c00abcb
+1 -1
View File
@@ -206,6 +206,6 @@ bool IfcGeom::convert(const Ifc2x3::IfcObjectPlacement::ptr& l, gp_Trsf& trsf) {
return true;
}
void IfcGeom::Cache::Purge() {
#include "IfcRegisterCreateCache.h"
#include "IfcRegisterPurgeCache.h"
IfcGeom::Cache::PurgeShapeCache();
}