diff --git a/include/DYListData.h b/include/DYListData.h index 36df8da..12edf2f 100644 --- a/include/DYListData.h +++ b/include/DYListData.h @@ -25,7 +25,7 @@ namespace DaqGrimoire { namespace Utils { - void GetDataEventFromBuffer(char* bufferIter, DYListData& dataEvent) + inline void GetDataEventFromBuffer(char* bufferIter, DYListData& dataEvent) { dataEvent.board = *((uint16_t*)bufferIter); bufferIter += 2;