From 3275af4352c7135b379726aca5363f256e266699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 29 Oct 2002 18:50:06 +0000 Subject: [PATCH] Uncomment fClean variable to get the header binary compatible with R5. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1760 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/TextControl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/interface/TextControl.h b/headers/os/interface/TextControl.h index 7dbdf68616..ff2d86b755 100644 --- a/headers/os/interface/TextControl.h +++ b/headers/os/interface/TextControl.h @@ -127,7 +127,7 @@ private: uint32 _more_reserved[4]; #endif -// bool fClean; + bool fClean; bool fSkipSetFlags; // will use this for SHIFT-TAB bool fUnusedBool1; bool fUnusedBool2;