aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/cdaudio.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/PalmOS/Src/cdaudio.h')
-rw-r--r--backends/platform/PalmOS/Src/cdaudio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/PalmOS/Src/cdaudio.h b/backends/platform/PalmOS/Src/cdaudio.h
index 2c32c669e6..7a3f5e56e4 100644
--- a/backends/platform/PalmOS/Src/cdaudio.h
+++ b/backends/platform/PalmOS/Src/cdaudio.h
@@ -22,7 +22,7 @@
* $Id$
*
*/
-
+
#ifndef CDAUDIO_H
#define CDAUDIO_H
@@ -37,7 +37,7 @@
#define FROM_SEC(secs) ((UInt32)((secs) * 1000))
class CDAudio {
-public:
+public:
CDAudio() {
_isInitialized = false;
_volumeLevel = 100;
@@ -45,7 +45,7 @@ public:
virtual bool init() = 0;
virtual void release() = 0;
-
+
// OSystem functions
virtual bool poll() = 0;
virtual void play(int track, int num_loops, int start_frame, int duration) = 0;