aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/be_zodiac.cpp
diff options
context:
space:
mode:
authorChris Apers2006-01-23 19:42:38 +0000
committerChris Apers2006-01-23 19:42:38 +0000
commita857a97e347382f2caac967fab453ace3e189e35 (patch)
treed96e1e715fc53c68787864215acfbe72671ef06a /backends/PalmOS/Src/be_zodiac.cpp
parentd36be21fe400b9b38998308c04c57ca46d595106 (diff)
downloadscummvm-rg350-a857a97e347382f2caac967fab453ace3e189e35.tar.gz
scummvm-rg350-a857a97e347382f2caac967fab453ace3e189e35.tar.bz2
scummvm-rg350-a857a97e347382f2caac967fab453ace3e189e35.zip
- Zodiac backend is now based on OS5Ex class
- Moved some methods and members to OS5 class svn-id: r20150
Diffstat (limited to 'backends/PalmOS/Src/be_zodiac.cpp')
-rwxr-xr-xbackends/PalmOS/Src/be_zodiac.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/PalmOS/Src/be_zodiac.cpp b/backends/PalmOS/Src/be_zodiac.cpp
index e0f7da05a4..e7bebcbe78 100755
--- a/backends/PalmOS/Src/be_zodiac.cpp
+++ b/backends/PalmOS/Src/be_zodiac.cpp
@@ -1,7 +1,7 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
- * Copyright (C) 2002-2005 Chris Apers - PalmOS Backend
+ * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -23,7 +23,7 @@
#include "be_zodiac.h"
-OSystem_PalmZodiac::OSystem_PalmZodiac() : OSystem_PalmOS5() {
+OSystem_PalmZodiac::OSystem_PalmZodiac() : OSystem_PalmOS5Ex() {
_gfxH = NULL;
_overlayP = NULL;
_palmScreenP = NULL;