File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -236,12 +236,12 @@ rdcstr DoStringise(const SystemChunk &el)
236
236
{
237
237
BEGIN_ENUM_STRINGISE (SystemChunk);
238
238
{
239
- STRINGISE_ENUM_CLASS_NAMED (DriverInit, " Driver Initialisation Parameters" );
240
- STRINGISE_ENUM_CLASS_NAMED (InitialContentsList, " List of Initial Contents Resources" );
241
- STRINGISE_ENUM_CLASS_NAMED (InitialContents, " Initial Contents" );
242
- STRINGISE_ENUM_CLASS_NAMED (CaptureBegin, " Beginning of Capture" );
243
- STRINGISE_ENUM_CLASS_NAMED (CaptureScope, " Frame Metadata" );
244
- STRINGISE_ENUM_CLASS_NAMED (CaptureEnd, " End of Capture" );
239
+ STRINGISE_ENUM_CLASS_NAMED (DriverInit, " Internal: Driver Initialisation Parameters" );
240
+ STRINGISE_ENUM_CLASS_NAMED (InitialContentsList, " Internal: List of Initial Contents Resources" );
241
+ STRINGISE_ENUM_CLASS_NAMED (InitialContents, " Internal: Initial Contents" );
242
+ STRINGISE_ENUM_CLASS_NAMED (CaptureBegin, " Internal: Beginning of Capture" );
243
+ STRINGISE_ENUM_CLASS_NAMED (CaptureScope, " Internal: Frame Metadata" );
244
+ STRINGISE_ENUM_CLASS_NAMED (CaptureEnd, " Internal: End of Capture" );
245
245
}
246
246
END_ENUM_STRINGISE ();
247
247
}
You can’t perform that action at this time.
0 commit comments