diff options
Diffstat (limited to 'nxcomp/src/SequenceQueue.cpp')
-rw-r--r-- | nxcomp/src/SequenceQueue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/SequenceQueue.cpp b/nxcomp/src/SequenceQueue.cpp index a045875d7..576854ee7 100644 --- a/nxcomp/src/SequenceQueue.cpp +++ b/nxcomp/src/SequenceQueue.cpp @@ -143,7 +143,7 @@ int SequenceQueue::peek(unsigned short int &sequence, unsigned char &opcode, } } -int SequenceQueue::pop(unsigned short int &sequence, unsigned char &opcode, +int SequenceQueue::pop(unsigned short int &sequence, unsigned char &opcode, unsigned int &data1, unsigned int &data2, unsigned int &data3) { |