diff --git a/src/signal_type.h b/src/signal_type.h --- a/src/signal_type.h +++ b/src/signal_type.h @@ -34,6 +34,7 @@ enum SignalType { SIGTYPE_LAST = SIGTYPE_PBS_ONEWAY, SIGTYPE_LAST_NOPBS = SIGTYPE_COMBO }; +/** Helper information for extract tool. */ template <> struct EnumPropsT : MakeEnumPropsT {};