aboutsummaryrefslogtreecommitdiff
path: root/sound/audiostream.h
diff options
context:
space:
mode:
authorMax Horn2010-01-11 10:17:55 +0000
committerMax Horn2010-01-11 10:17:55 +0000
commit590481b12daf2287b37fdae757f8cca349912754 (patch)
tree9349d173d37353c567f9f5f971e861e91dd59b17 /sound/audiostream.h
parent87cdc86580625abc12bbd4fde71764e4fd88a357 (diff)
downloadscummvm-rg350-590481b12daf2287b37fdae757f8cca349912754.tar.gz
scummvm-rg350-590481b12daf2287b37fdae757f8cca349912754.tar.bz2
scummvm-rg350-590481b12daf2287b37fdae757f8cca349912754.zip
Improve support for negative Timestamps, and add + and - operators
svn-id: r47244
Diffstat (limited to 'sound/audiostream.h')
-rw-r--r--sound/audiostream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/audiostream.h b/sound/audiostream.h
index 1788561510..83bada8740 100644
--- a/sound/audiostream.h
+++ b/sound/audiostream.h
@@ -292,7 +292,8 @@ private:
bool _disposeAfterUse;
const Timestamp _start;
- Timestamp _pos, _length;
+ const Timestamp _length;
+ Timestamp _pos;
};
/**