General_Types: Make it work with TITAN 6.3.0

Somehow the TITAN 6.3.0 compiler is stricter...
This commit is contained in:
Harald Welte 2017-12-08 13:58:08 +01:00
parent 0d846a7e37
commit 9c0bddf293
1 changed files with 3 additions and 3 deletions

View File

@ -312,10 +312,10 @@ group CompositeTypes {
type record of OCT6 OCT6List with { variant "" };
type record of OCT7 OCT7List with { variant "" };
type record of Dummy_comptype ListOfDummy_comptype with { variant "" };
type record of Dummy_CT ListOfDummy_CT with { variant "" };
type record of Dummy_comptype ListOfDummy_comptype;
type record of Dummy_CT ListOfDummy_CT;
type record of Protocols ProtocolList with { variant "" };
} // end group CompositeTypes
} with { encode "JSON" } /* End of module General_Types */
} with { encode "RAW" } /* End of module General_Types */