X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Ffilter%2Ffilter-ast.hpp;h=ecafee229447cd8451c9bc82be2f5d967129c505;hb=e665dfbce25215d5ec77ff03a279c7163b337db1;hp=2b460b401ef669d87a3ab9da67e973a564914e59;hpb=28ab034a2c3582d07d3423d2d746731f87d3969f;p=lttng-tools.git diff --git a/src/common/filter/filter-ast.hpp b/src/common/filter/filter-ast.hpp index 2b460b401..ecafee229 100644 --- a/src/common/filter/filter-ast.hpp +++ b/src/common/filter/filter-ast.hpp @@ -32,7 +32,7 @@ #ifndef YY_TYPEDEF_YY_SCANNER_T #define YY_TYPEDEF_YY_SCANNER_T -typedef void* yyscan_t; +using yyscan_t = void *; #endif extern int filter_parser_debug;