Skip to content

Commit f94234f

Browse files
committed
fix override
1 parent e6f2ed9 commit f94234f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tsid/solvers/solver-proxqp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class TSID_DLLAPI SolverProxQP : public SolverHQPBase {
5858
const bool hessianRegularization = false) override;
5959

6060
/** Return the QP data object. */
61-
const QPData getQPData() const override { return m_qpData; }
61+
const QPData getQPData() const { return m_qpData; }
6262

6363
/** Solve the given Hierarchical Quadratic Program
6464
*/

0 commit comments

Comments
 (0)