Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Mar 24, 2024
1 parent 399eecf commit 5af7cbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class TrajOptQPProblem : public QPProblem
Eigen::Ref<const Eigen::VectorXd> getBoundsLower() override;
Eigen::Ref<const Eigen::VectorXd> getBoundsUpper() override;

protected:
private:
struct Implementation;
std::unique_ptr<Implementation> impl_;
};
Expand Down

0 comments on commit 5af7cbc

Please sign in to comment.