No parameters needed for basic units.

This commit is contained in:
Martin Preuss
2024-03-09 01:35:09 +01:00
parent db19019202
commit 656c9cf66f
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ static int _sampleInputSlots(const AQHREACT_INPUT_SLOT_LIST *inputSlotList);
* ------------------------------------------------------------------------------------------------
*/
AQHREACT_UNIT *AqHomeReact_UnitOr_new(AQHOME_REACT *aqh)
AQHREACT_UNIT *AqHomeReact_UnitOr_new(void)
{
AQHREACT_UNIT *unit;
AQHREACT_OUTPUT_SLOT *outputSlot;