Skip to content

Commit

Permalink
Merge pull request #37 from JuliaGL/fbot/deps
Browse files Browse the repository at this point in the history
Fix deprecations
  • Loading branch information
SimonDanisch authored Aug 14, 2017
2 parents b393a7d + 88ea60b commit d56e4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModernGL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ macro GenEnums(list)
end
dictname = gensym()
enumtype = quote
immutable $(enumName){Sym, T} <: Enum
struct $(enumName){Sym, T} <: Enum
number::T
name::Symbol
end
Expand Down

0 comments on commit d56e4ad

Please sign in to comment.