Skip to content

Commit 54bf274

Browse files
committed
Use default index to open the next available context
1 parent 35a6d2b commit 54bf274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Onix1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ namespace OnixSourcePlugin
7575
class Onix1
7676
{
7777
public:
78-
Onix1(int hostIndex = 0);
78+
Onix1(int hostIndex = -1);
7979

8080
~Onix1();
8181

0 commit comments

Comments
 (0)