Correctly set array type

Otherwise cannot compile in both OTP 16 and 17
This commit is contained in:
martinsumner 2016-11-21 22:26:12 +00:00
parent 51dbad95c0
commit 638fc69e01

View file

@ -213,7 +213,7 @@
levelzero_pending = false :: boolean(),
levelzero_constructor :: pid(),
levelzero_cache = [] :: list(), % a list of gb_trees
levelzero_index :: erlang:array(),
levelzero_index :: array:array(),
levelzero_size = 0 :: integer(),
levelzero_maxcachesize :: integer(),