Skip to content
Snippets Groups Projects
Commit cf09a0b7 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'thread.ToyConversion-20170904' into 'master'

ToyConversion: Enable thread-safety checker.

See merge request !4411
parents f32f6d09 17d14f23
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,7 @@
#include "ToyConversion/ToyConversionSvc.h"
long int
ToyConversionSvc::storageType() {
static long type(0xFF);
return type;
return 0xff;
}
long int ToyConversionSvc::repSvcType() const {
......
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