Skip to content

Commit

Permalink
Fix deprecation warning in objective_types.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod committed Mar 10, 2017
1 parent 811bb07 commit 84f4086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objective_types.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
abstract AbstractObjective
@compat abstract type AbstractObjective end
type NonDifferentiable{T} <: AbstractObjective
f
f_x::T
Expand Down

0 comments on commit 84f4086

Please sign in to comment.