summaryrefslogtreecommitdiff
path: root/src/signal_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal_type.h')
-rw-r--r--src/signal_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/signal_type.h b/src/signal_type.h
index d977958eb..339ce86db 100644
--- 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<SignalType> : MakeEnumPropsT<SignalType, byte, SIGTYPE_NORMAL, SIGTYPE_END, SIGTYPE_END, 3> {};