diff options
Diffstat (limited to 'ue2/imgsynth2/cfile.h')
| -rw-r--r-- | ue2/imgsynth2/cfile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ue2/imgsynth2/cfile.h b/ue2/imgsynth2/cfile.h index 9513a2c..020ce65 100644 --- a/ue2/imgsynth2/cfile.h +++ b/ue2/imgsynth2/cfile.h | |||
| @@ -76,13 +76,12 @@ class CFile | |||
| 76 | * @method write | 76 | * @method write |
| 77 | * @brief Pure virtual method (interface). Should write data to filestream. | 77 | * @brief Pure virtual method (interface). Should write data to filestream. |
| 78 | * @param out filestream to write data to | 78 | * @param out filestream to write data to |
| 79 | * @param filename filename (maybe useful for some handlers) | ||
| 80 | * @return - | 79 | * @return - |
| 81 | * @globalvars none | 80 | * @globalvars none |
| 82 | * @exception FileError | 81 | * @exception FileError |
| 83 | * @conditions none | 82 | * @conditions none |
| 84 | */ | 83 | */ |
| 85 | virtual void write(std::ofstream& out, std::string& filename) = 0; | 84 | virtual void write(std::ofstream& out) = 0; |
| 86 | 85 | ||
| 87 | /** | 86 | /** |
| 88 | * @method callFunc | 87 | * @method callFunc |
