aboutsummaryrefslogtreecommitdiff
path: root/sword1/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/screen.h')
-rw-r--r--sword1/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/screen.h b/sword1/screen.h
index d6f5720b36..dfebf9deab 100644
--- a/sword1/screen.h
+++ b/sword1/screen.h
@@ -67,8 +67,8 @@ class Text; // Text objects use sprites that are created internally at run-time
class Screen {
public:
Screen(OSystem *system, ResMan *pResMan, ObjectMan *pObjMan);
- void useTextManager(Text *pTextMan);
~Screen(void);
+ void useTextManager(Text *pTextMan);
void draw(void);
void quitScreen(void);