We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f088a35 commit 4c3ba3dCopy full SHA for 4c3ba3d
Framework/Core/include/Framework/ServiceSpec.h
@@ -31,7 +31,7 @@ struct DeviceSpec;
31
struct ServiceRegistry;
32
struct ServiceRegistryRef;
33
struct DeviceState;
34
-struct ProcessingContext;
+class ProcessingContext;
35
class EndOfStreamContext;
36
struct ConfigContext;
37
struct WorkflowSpecNode;
Framework/Core/include/Framework/StringHelpers.h
@@ -171,7 +171,7 @@ constexpr auto get_str(const char (&str)[N])
171
}
172
173
template <int N>
174
-constexpr auto get_size(const char (&str)[N])
+constexpr auto get_size(const char (&)[N])
175
{
176
return N;
177
0 commit comments