Skip to content

Commit 6b810c2

Browse files
authored
Merge pull request #90 from open-ephys-plugins/issue-10
Use default index to open the next available context
2 parents 35a6d2b + 54bf274 commit 6b810c2

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)