insignificant, renamed recieverInterface to have a capital letter in class name

This commit is contained in:
2018-10-10 11:43:35 +02:00
parent 4b166b726e
commit 78bfc9d0a5
6 changed files with 30 additions and 37 deletions

View File

@ -14,7 +14,7 @@
class multiSlsDetector;
class SharedMemory;
class receiverInterface;
class ReceiverInterface;
#define SLS_SHMVERSION 0x181005
#define NCHIPSMAX 10
@ -1884,7 +1884,7 @@ private:
sharedSlsDetector *thisDetector;
/** receiver interface */
receiverInterface *thisReceiver;
ReceiverInterface *thisReceiver;
/** socket for control commands */
MySocketTCP *controlSocket;