Skip to content

Commit 3fa2bf3

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # RADADecoder/FRadAudioInfo.cpp # RADADecoder/FRadAudioInfo.h # RADADecoder/RADADecoder.cpp # RADADecoder/SDK/Src/RadA/rada_decode.cpp
2 parents 46bca7f + c5969a6 commit 3fa2bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RADADecoder/RadAudioDecoderHeader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ struct RadAudioDecoderHeader
1717

1818
RadAContainer* Container()
1919
{
20-
return reinterpret_cast<RadAContainer*>(this + 1);
20+
return (RadAContainer*)(this + 1);
2121
}
2222
};

0 commit comments

Comments
 (0)