From cfd4f77988cf12106e22e52fba6c1b5672a06162 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 29 Apr 2009 16:15:00 +0200 Subject: adding filename param to write(...) --- ue2/imgsynth2/cwindowsbitmap.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ue2/imgsynth2/cwindowsbitmap.h') diff --git a/ue2/imgsynth2/cwindowsbitmap.h b/ue2/imgsynth2/cwindowsbitmap.h index 3367952..28ad010 100644 --- a/ue2/imgsynth2/cwindowsbitmap.h +++ b/ue2/imgsynth2/cwindowsbitmap.h @@ -59,14 +59,15 @@ class CWindowsBitmap : public CBitmap /** * @method write * @brief Writes Windows Bitmap to filestream. - * @param out filestream to read data from + * @param out filestream to read data from + * @param filename filename (maybe useful for some handlers) * @return - * @globalvars none * @exception FileError * @exception bad_alloc * @conditions none */ - void write(std::ofstream& out); + void write(std::ofstream& out, std::string& filename); #ifdef DEBUG /** -- cgit v1.2.3