Skip to content
Snippets Groups Projects
Commit 16f63d46 authored by Lamar Moore's avatar Lamar Moore
Browse files

clang format #21582

parent 1eb27bf3
No related branches found
No related tags found
No related merge requests found
...@@ -65,9 +65,9 @@ protected: ...@@ -65,9 +65,9 @@ protected:
nullptr; ///< ObjComponent that uses this geometry handler nullptr; ///< ObjComponent that uses this geometry handler
CSGObject *m_csgObj = nullptr; ///< Object that uses this geometry handler CSGObject *m_csgObj = nullptr; ///< Object that uses this geometry handler
public: public:
GeometryHandler(IObjComponent *comp); ///< Constructor GeometryHandler(IObjComponent *comp); ///< Constructor
GeometryHandler(boost::shared_ptr<CSGObject> obj); ///< Constructor GeometryHandler(boost::shared_ptr<CSGObject> obj); ///< Constructor
GeometryHandler(CSGObject *obj); ///< Constructor GeometryHandler(CSGObject *obj); ///< Constructor
GeometryHandler(boost::shared_ptr<MeshObject> obj); ///<Constructor GeometryHandler(boost::shared_ptr<MeshObject> obj); ///<Constructor
GeometryHandler(MeshObject *obj); GeometryHandler(MeshObject *obj);
GeometryHandler(const GeometryHandler &handler); GeometryHandler(const GeometryHandler &handler);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment