diff options
Diffstat (limited to '')
-rw-r--r-- | src/input/Init.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/Init.hxx b/src/input/Init.hxx index b19bc112f..4ad4ba577 100644 --- a/src/input/Init.hxx +++ b/src/input/Init.hxx @@ -23,13 +23,13 @@ class Error; /** - * Initializes this library and all input_stream implementations. + * Initializes this library and all #InputStream implementations. */ bool input_stream_global_init(Error &error); /** - * Deinitializes this library and all input_stream implementations. + * Deinitializes this library and all #InputStream implementations. */ void input_stream_global_finish(void); |