End of line fix for gcc 3.x, other misc fixes for 3x
[reactos.git] / rosapps / net / telnet / src / stl_bids.h
index 09f3f8a..cadf32a 100644 (file)
@@ -129,7 +129,7 @@ public:
                _Destroy(begin(), end());
                _Last = _First;
 #else
-               destroy(begin( ), end( ));
+//             destroy(begin( ), end( ));
 #ifdef __CYGWIN__
                _M_finish = _M_start;
 #endif
@@ -168,4 +168,4 @@ public:
 
 };
 
-#endif
\ No newline at end of file
+#endif