aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/pscr.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/pscr.h')
-rw-r--r--engines/prince/pscr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/pscr.h b/engines/prince/pscr.h
index d59fa37d81..fdcdb524a9 100644
--- a/engines/prince/pscr.h
+++ b/engines/prince/pscr.h
@@ -40,7 +40,7 @@ public:
Graphics::Surface *getSurface() const { return _surface; }
private:
void loadSurface(Common::SeekableReadStream &stream);
- Graphics::Surface *_surface;
+ Graphics::Surface *_surface;
};
} // End of namespace Prince