Browse Source

nice week

Bjoern Froehlich 13 years ago
parent
commit
3f14847c0e
1 changed files with 2 additions and 2 deletions
  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