Bjoern Froehlich 13 жил өмнө
parent
commit
3f14847c0e

+ 2 - 2
semseg/postsegmentation/PPSuperregion.h

@@ -100,14 +100,14 @@ class PPSuperregion : public Persistent
 		 * @param is input stream
 		 * @param format 
 		 */
-		void restore (istream & is, int format = 0);
+		void restore (std::istream & is, int format = 0);
 		
 		/**
 		 * write data to an output stream
 		 * @param os outputstream
 		 * @param format 
 		 */
-		void store (ostream & os, int format = 0) const;
+		void store (std::ostream & os, int format = 0) const;
 		
 		/**
 		 * clear all informations