Skip to content

Commit

Permalink
travis hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianjav committed Feb 18, 2018
1 parent 12451ea commit ee5428a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/control/approximate_linear_models.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ namespace dlib
) const { return underlying_policy; }

auto get_model (
) const -> decltype(get_policy().get_model()) { return underlying_policy.get_model(); }
) const -> decltype(underlying_policy.get_model()) { return underlying_policy.get_model(); }

matrix<double,0,1>& get_weights (
) { return underlying_policy.get_weights(); }
Expand Down

0 comments on commit ee5428a

Please sign in to comment.