]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Wed, 2 Aug 2000 18:16:55 +0000 (18:16 +0000)
committercas <cas@opencascade.com>
Wed, 2 Aug 2000 18:16:55 +0000 (18:16 +0000)
src/WOKTools/WOKTools_DataMap.gxx
src/WOKTools/WOKTools_Map.gxx

index 6331971f10a3e3082590ad1f4eb4311dee9e1bd0..14fa455a0884d8fbfa6579a0ecec540c1278590d 100755 (executable)
@@ -9,7 +9,7 @@
 
 // Node definition and nodes storage management
 
-#if (defined IRIX || defined WNT || defined LIN)
+#if (defined IRIX || defined WNT || defined LIN )
 
 template <class Item, class Key> class DataMapNode  : public WOKTools_MapNode {
   public :
index 9dcd2d7cfaa3e6543504ff5d1990ad7345a138bf..3e8040a6f07d112b892563d56c4faa7c09655b19 100755 (executable)
@@ -9,7 +9,7 @@
 
 // Node definition and nodes storage management
 
-#if (defined IRIX || defined WNT || defined LIN)
+#if (defined IRIX || defined WNT || defined LIN )
 
 template <class TheKey> class MapNode : public WOKTools_MapNode {
   public :