X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fviews%2Fviewbase.hpp;h=e3a3c6a404925ee6d03f4a10fba7d89b89fb71b0;hb=24d69d27584c7adec70bc0d6db764a3db04fce3c;hp=585dfa0c91ffd6e204c4cfe203e2de5846881834;hpb=7d5a9c3e79cbfc7640365894c79ef5b6caaa1631;p=pulseview.git diff --git a/pv/views/viewbase.hpp b/pv/views/viewbase.hpp index 585dfa0c..e3a3c6a4 100644 --- a/pv/views/viewbase.hpp +++ b/pv/views/viewbase.hpp @@ -56,6 +56,7 @@ enum ViewType { ViewTypeTrace, #ifdef ENABLE_DECODE ViewTypeDecoderBinary, + ViewTypeTabularDecoder, #endif ViewTypeCount // Indicates how many view types there are, must always be last };