From 0ff7da1d2c625152ce910d3b77e4c6b01fae55e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Tue, 24 Apr 2018 16:53:47 +0200 Subject: [PATCH] boolean is not a standard c++ type --- YACReaderLibrary/grid_comics_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/grid_comics_view.h b/YACReaderLibrary/grid_comics_view.h index 351a33ea..ded70567 100644 --- a/YACReaderLibrary/grid_comics_view.h +++ b/YACReaderLibrary/grid_comics_view.h @@ -88,7 +88,7 @@ private: QAction * showInfoAction; QAction * showInfoSeparatorAction; - boolean filterEnabled; + bool filterEnabled; YACReaderComicsSelectionHelper * selectionHelper; YACReaderComicInfoHelper * comicInfoHelper;