Skip to content
Snippets Groups Projects
Commit 15aed01b authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

ByteStreamCnvSvc: Fix clang warning.

clang warning: Missing override keyword.
parent 17452ea2
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ public:
StatusCode finalize() override;
/// Virtual method to update a container with information from another one
virtual StatusCode updateContainer(ByteStreamMetadataContainer* bsmdc_out,
const ByteStreamMetadataContainer* bsmdc_in );
const ByteStreamMetadataContainer* bsmdc_in ) override;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment