eproxus / meck

A mocking library for Erlang
http://eproxus.github.io/meck
Apache License 2.0
811 stars 231 forks source link

Fix warning in R16B #100

Closed rufrozen closed 11 years ago

rufrozen commented 11 years ago

With this commit you can compile by R16B using rebar. (Also it works in R15)

Warning was: "src/meck.erl:78: opaque type matcher() is not exported"

eproxus commented 11 years ago

Thanks! Much appreciated!