소스 검색

nice week

Bjoern Froehlich 13 년 전
부모
커밋
3f14847c0e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      semseg/postsegmentation/PPSuperregion.h

+ 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