We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25093dc commit 39d0766Copy full SHA for 39d0766
g2o/core/creators.h
@@ -62,8 +62,7 @@ class HyperGraphElementCreator : public AbstractHyperGraphElementCreator {
62
defined(__GNUC__) // force stack alignment on Windows with GCC
63
__attribute__((force_align_arg_pointer))
64
#endif
65
- HyperGraph::HyperGraphElement*
66
- construct() {
+ HyperGraph::HyperGraphElement* construct() {
67
return new T;
68
}
69
virtual const std::string& name() const { return _name; }
0 commit comments