diff options
Diffstat (limited to 'src/base/wlc/wlc.h')
-rw-r--r-- | src/base/wlc/wlc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/wlc/wlc.h b/src/base/wlc/wlc.h index d39738a8..5dbf190c 100644 --- a/src/base/wlc/wlc.h +++ b/src/base/wlc/wlc.h @@ -217,6 +217,7 @@ struct Wlc_BstPar_t_ int fCla; int fNoCleanup; int fCreateMiter; + int fCreateWordMiter; int fDecMuxes; int fSaveFfNames; int fVerbose; @@ -236,6 +237,7 @@ static inline void Wlc_BstParDefault( Wlc_BstPar_t * pPar ) pPar->fBooth = 0; pPar->fCla = 0; pPar->fCreateMiter = 0; + pPar->fCreateWordMiter = 0; pPar->fDecMuxes = 0; pPar->fVerbose = 0; } |