From bf6c243faeaa5a6629e2105330caa8754cf6748b Mon Sep 17 00:00:00 2001
From: Janis Streib <me@janis-streib.de>
Date: Tue, 01 Feb 2022 12:44:47 +0100
Subject: [PATCH] FIX: wrong debug config

---
 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