Skip to content

Commit

Permalink
Merge pull request #11 from KristofferC/kc/deprecs
Browse files Browse the repository at this point in the history
fix deprecation warnings
  • Loading branch information
Nicholas Paul committed Nov 18, 2017
2 parents 6254c9d + 9b0bf53 commit 7f5b588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MultiSelectMenu.jl
Expand Up @@ -25,7 +25,7 @@ You like the following fruits:
```
"""
type MultiSelectMenu <: AbstractMenu
mutable struct MultiSelectMenu <: AbstractMenu
options::Array{String,1}
pagesize::Int
pageoffset::Int
Expand Down
2 changes: 1 addition & 1 deletion src/RadioMenu.jl
Expand Up @@ -17,7 +17,7 @@ Your favorite fruit is blueberry!
```
"""
type RadioMenu <: AbstractMenu
mutable struct RadioMenu <: AbstractMenu
options::Array{String,1}
pagesize::Int
pageoffset::Int
Expand Down

0 comments on commit 7f5b588

Please sign in to comment.