mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Don't use anonymous namespace for geometry_conversion_result
This commit is contained in:
@@ -84,7 +84,8 @@
|
|||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
||||||
namespace {
|
namespace IfcGeom {
|
||||||
|
|
||||||
struct geometry_conversion_result {
|
struct geometry_conversion_result {
|
||||||
int index;
|
int index;
|
||||||
|
|
||||||
@@ -99,9 +100,7 @@ namespace {
|
|||||||
std::vector<IfcGeom::BRepElement*> breps;
|
std::vector<IfcGeom::BRepElement*> breps;
|
||||||
std::vector<IfcGeom::Element*> elements;
|
std::vector<IfcGeom::Element*> elements;
|
||||||
};
|
};
|
||||||
}
|
|
||||||
|
|
||||||
namespace IfcGeom {
|
|
||||||
|
|
||||||
class Iterator {
|
class Iterator {
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user