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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ue2/imgsynth2/cwindowsbitmap.cpp') diff --git a/ue2/imgsynth2/cwindowsbitmap.cpp b/ue2/imgsynth2/cwindowsbitmap.cpp index ebbdd4c..ca927dd 100644 --- a/ue2/imgsynth2/cwindowsbitmap.cpp +++ b/ue2/imgsynth2/cwindowsbitmap.cpp @@ -78,7 +78,7 @@ void CWindowsBitmap::read(std::ifstream& in) /*----------------------------------------------------------------------------*/ -void CWindowsBitmap::write(std::ofstream& out) +void CWindowsBitmap::write(std::ofstream& out, std::string& filename) { /* set header values */ m_fileheader.bfSize = m_infoheader.biSizeImage + sizeof(m_infoheader) + sizeof(m_fileheader); -- cgit v1.2.3