From 95f3f3fada510e2265913d3f0bdc4e5880213fd4 Mon Sep 17 00:00:00 2001
From: Janis Streib <me@janis-streib.de>
Date: Mon, 20 Jun 2022 15:58:29 +0200
Subject: [PATCH] FIX: no bundle ertror on multiple hubs

---
 src/G4Hub.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/G4Hub.h b/src/G4Hub.h
index 6187838..aef97f6 100644
--- a/src/G4Hub.h
+++ b/src/G4Hub.h
@@ -20,6 +20,7 @@
 	int GetId();
 	void SetPnoData(float* pno,int sen);
 	float (*GetPnoData())[6];
+	bool IsSenActive(int i);
 	CG4Hub();
 	virtual ~CG4Hub();
 

--
Gitblit v1.9.1