Index: trunk/Cosy/tpoint/TPointStar.h
===================================================================
--- trunk/Cosy/tpoint/TPointStar.h	(revision 14582)
+++ trunk/Cosy/tpoint/TPointStar.h	(revision 14583)
@@ -16,6 +16,6 @@
 class TPointStar : public TNamed
 {
-    friend istream &operator>>(istream &fin,  TPointStar &set);
-    friend ostream &operator<<(ostream &fout, TPointStar &set);
+    friend std::istream &operator>>(std::istream &fin,  TPointStar &set);
+    friend std::ostream &operator<<(std::ostream &fout, TPointStar &set);
 private:
     Double_t fStarAz;
@@ -90,6 +90,6 @@
 */
 
-istream &operator>>(istream &fin, TPointStar &set);
-ostream &operator<<(ostream &out, TPointStar &set);
+std::istream &operator>>(std::istream &fin, TPointStar &set);
+std::ostream &operator<<(std::ostream &out, TPointStar &set);
 
 #endif
