From b9ce1555b2baf9be209775dbd4c8b217db5cd735 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 1 May 2009 20:18:51 +0200 Subject: rewrote pixmap::read to do more sanity checks --- ue2/imgsynth2/cfile.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ue2/imgsynth2/cfile.h') diff --git a/ue2/imgsynth2/cfile.h b/ue2/imgsynth2/cfile.h index 9513a2c..020ce65 100644 --- a/ue2/imgsynth2/cfile.h +++ b/ue2/imgsynth2/cfile.h @@ -76,13 +76,12 @@ class CFile * @method write * @brief Pure virtual method (interface). Should write data to filestream. * @param out filestream to write data to - * @param filename filename (maybe useful for some handlers) * @return - * @globalvars none * @exception FileError * @conditions none */ - virtual void write(std::ofstream& out, std::string& filename) = 0; + virtual void write(std::ofstream& out) = 0; /** * @method callFunc -- cgit v1.2.3