aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/src/dialyzer_gui_wx.erl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2014-03-25 08:21:19 +0100
committerHans Bolinder <[email protected]>2014-03-25 08:21:19 +0100
commita60a76c7e813eef94e14b377af37e4fc6774ff37 (patch)
tree8e27d3165955f0be527dac0575b2f09e959a6ef5 /lib/dialyzer/src/dialyzer_gui_wx.erl
parent6fc35fffb1dd8e56a3f9d8e43e5008f358ec028e (diff)
parent5dd69f0c646d83c98a70975431db209e53aa0817 (diff)
downloadotp-a60a76c7e813eef94e14b377af37e4fc6774ff37.tar.gz
otp-a60a76c7e813eef94e14b377af37e4fc6774ff37.tar.bz2
otp-a60a76c7e813eef94e14b377af37e4fc6774ff37.zip
Merge branch 'kostis/dialyzer/races_type_fixes'
* kostis/dialyzer/races_type_fixes: Correct some type declarations Use the ordsets:ordset(T) type instead of defining a local one
Diffstat (limited to 'lib/dialyzer/src/dialyzer_gui_wx.erl')
-rw-r--r--lib/dialyzer/src/dialyzer_gui_wx.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/src/dialyzer_gui_wx.erl b/lib/dialyzer/src/dialyzer_gui_wx.erl
index 08f31c1e13..7070fa240d 100644
--- a/lib/dialyzer/src/dialyzer_gui_wx.erl
+++ b/lib/dialyzer/src/dialyzer_gui_wx.erl
@@ -61,7 +61,7 @@
init_plt :: dialyzer_plt:plt(),
dir_entry :: wx:wx_object(),
file_box :: wx:wx_object(),
- files_to_analyze :: ordset(string()),
+ files_to_analyze :: ordsets:ordset(string()),
gui :: wx:wx_object(),
log :: wx:wx_object(),
menu :: menu(),