From 0352216b1d7f78a91e8aadd151a631c18a80054a Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Thu, 23 Jun 2016 21:52:32 -0400 Subject: [PATCH] boolean -> bool --- src/ui/GLPanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/GLPanel.h b/src/ui/GLPanel.h index 468ee23..ebdb646 100644 --- a/src/ui/GLPanel.h +++ b/src/ui/GLPanel.h @@ -99,7 +99,7 @@ private: std::string textVal; GLFont::Align horizAlign; GLFont::Align vertAlign; - boolean useNativeFont; + bool useNativeFont; public: GLTextPanel();