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/cbitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ue2/imgsynth2/cbitmap.h') diff --git a/ue2/imgsynth2/cbitmap.h b/ue2/imgsynth2/cbitmap.h index c8a7f0d..f8f8850 100644 --- a/ue2/imgsynth2/cbitmap.h +++ b/ue2/imgsynth2/cbitmap.h @@ -60,7 +60,7 @@ class CBitmap : public CFile /** * TODO */ - virtual void write(std::ofstream& out) = 0; + virtual void write(std::ofstream& out, std::string& filename) = 0; /** * @method getPixelData -- cgit v1.2.3