blob: 0243ef8a8243c91deb42cf88cf4d552e613a5c23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- opennurbs_array_defs.h.orig 2012-01-20 20:18:46.000000000 +0100
+++ opennurbs_array_defs.h 2012-01-20 20:18:20.000000000 +0100
@@ -1459,7 +1459,7 @@
#else
// for lamer 64 bit compilers
return found ? ((int)((((ON__UINT64)found) - ((ON__UINT64)m_a))/sizeof(T))) : -1;
-#endif#endif
+#endif
}
template <class T>
@@ -1476,7 +1476,7 @@
#else
// for lamer 64 bit compilers
return found ? ((int)((((ON__UINT64)found) - ((ON__UINT64)m_a))/sizeof(T))) : -1;
-#endif#endif
+#endif
}
template <class T>
|