summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cwindowsbitmap.cpp
diff options
context:
space:
mode:
authorGünther Neuwirth <e0626638@student.tuwien.ac.at>2009-04-29 23:03:22 +0200
committerGünther Neuwirth <e0626638@student.tuwien.ac.at>2009-04-29 23:03:22 +0200
commit6b89034cd15a2ca270591aec89b8b13c868b86fc (patch)
treea455239cecd65a97bd5f5b11ea66819ac4d4ab3a /ue2/imgsynth2/cwindowsbitmap.cpp
parentb03b7611a300d3004b445be45e07c40ae0d13032 (diff)
parentcfd4f77988cf12106e22e52fba6c1b5672a06162 (diff)
downloadooprog-6b89034cd15a2ca270591aec89b8b13c868b86fc.tar.gz
ooprog-6b89034cd15a2ca270591aec89b8b13c868b86fc.tar.bz2
ooprog-6b89034cd15a2ca270591aec89b8b13c868b86fc.zip
update
Diffstat (limited to 'ue2/imgsynth2/cwindowsbitmap.cpp')
-rw-r--r--ue2/imgsynth2/cwindowsbitmap.cpp2
1 files changed, 1 insertions, 1 deletions
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)
78 78
79/*----------------------------------------------------------------------------*/ 79/*----------------------------------------------------------------------------*/
80 80
81void CWindowsBitmap::write(std::ofstream& out) 81void CWindowsBitmap::write(std::ofstream& out, std::string& filename)
82{ 82{
83 /* set header values */ 83 /* set header values */
84 m_fileheader.bfSize = m_infoheader.biSizeImage + sizeof(m_infoheader) + sizeof(m_fileheader); 84 m_fileheader.bfSize = m_infoheader.biSizeImage + sizeof(m_infoheader) + sizeof(m_fileheader);