diff options
Diffstat (limited to 'engines/avalanche/fileunit.h')
-rw-r--r-- | engines/avalanche/fileunit.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/fileunit.h b/engines/avalanche/fileunit.h index ce7d07a85c..034d1e5914 100644 --- a/engines/avalanche/fileunit.h +++ b/engines/avalanche/fileunit.h @@ -28,7 +28,10 @@ #ifndef __fileunit_h__ #define __fileunit_h__ +namespace Avalanche { string do_filer(); /* Result is filename, or "" if cancelled. */ -#endif +} // End of namespace Avalanche. + +#endif
\ No newline at end of file |