summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cwindowsbitmap.h
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.h
parentb03b7611a300d3004b445be45e07c40ae0d13032 (diff)
parentcfd4f77988cf12106e22e52fba6c1b5672a06162 (diff)
downloadooprog-6b89034cd15a2ca270591aec89b8b13c868b86fc.tar.gz
ooprog-6b89034cd15a2ca270591aec89b8b13c868b86fc.tar.bz2
ooprog-6b89034cd15a2ca270591aec89b8b13c868b86fc.zip
update
Diffstat (limited to 'ue2/imgsynth2/cwindowsbitmap.h')
-rw-r--r--ue2/imgsynth2/cwindowsbitmap.h5
1 files changed, 3 insertions, 2 deletions
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
59 /** 59 /**
60 * @method write 60 * @method write
61 * @brief Writes Windows Bitmap to filestream. 61 * @brief Writes Windows Bitmap to filestream.
62 * @param out filestream to read data from 62 * @param out filestream to read data from
63 * @param filename filename (maybe useful for some handlers)
63 * @return - 64 * @return -
64 * @globalvars none 65 * @globalvars none
65 * @exception FileError 66 * @exception FileError
66 * @exception bad_alloc 67 * @exception bad_alloc
67 * @conditions none 68 * @conditions none
68 */ 69 */
69 void write(std::ofstream& out); 70 void write(std::ofstream& out, std::string& filename);
70 71
71#ifdef DEBUG 72#ifdef DEBUG
72 /** 73 /**