0027772: Foundation Classes - define Standard_Boolean using C++ type "bool" instead...
[occt.git] / src / OSD / OSD_FileIterator.hxx
index 0c583f8..ae98b10 100644 (file)
@@ -78,7 +78,7 @@ public:
 private:
 
   OSD_File TheIterator;
-  Standard_Integer myFlag;
+  Standard_Boolean myFlag;
   TCollection_AsciiString myMask;
   TCollection_AsciiString myPlace;
   OSD_Error myError;