summaryrefslogtreecommitdiff
path: root/plugins/ProxySwitch/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ProxySwitch/src/main.cpp')
-rw-r--r--plugins/ProxySwitch/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ProxySwitch/src/main.cpp b/plugins/ProxySwitch/src/main.cpp
index 3b4f8f89a8..50b280a77b 100644
--- a/plugins/ProxySwitch/src/main.cpp
+++ b/plugins/ProxySwitch/src/main.cpp
@@ -29,7 +29,7 @@ CMPlugin::CMPlugin() :
HGENMENU hEnableDisablePopupMenu = 0;
-OBJLIST<ACTIVE_CONNECTION> g_arConnections(10);
+OBJLIST<ACTIVE_CONNECTION> g_arConnections(10, PtrKeySortT);
mir_cs csConnection_List;
OBJLIST<NETWORK_INTERFACE> g_arNIF(10);