diff options
Diffstat (limited to 'engines/dreamweb/vgagrafx.cpp')
| -rw-r--r-- | engines/dreamweb/vgagrafx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/vgagrafx.cpp b/engines/dreamweb/vgagrafx.cpp index c10fb52686..440688dce0 100644 --- a/engines/dreamweb/vgagrafx.cpp +++ b/engines/dreamweb/vgagrafx.cpp @@ -219,7 +219,7 @@ static Common::String getFilename(Context &context) { return name; } -void DreamGenContext::showPCX(const ::Common::String &name) { +void DreamGenContext::showPCX(const Common::String &name) { Common::File pcxFile; if (!pcxFile.open(name)) { |
