X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ffilter%2Ffilter-ast.hpp;fp=src%2Fcommon%2Ffilter%2Ffilter-ast.hpp;h=ecafee229447cd8451c9bc82be2f5d967129c505;hp=2b460b401ef669d87a3ab9da67e973a564914e59;hb=e665dfbce25215d5ec77ff03a279c7163b337db1;hpb=28ab034a2c3582d07d3423d2d746731f87d3969f 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;