aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2011-02-08 23:00:28 +0000
committerJohannes Schickel2011-02-08 23:00:28 +0000
commit9cf8d4d54818a8920b13a70aec56b3afdaeaed83 (patch)
tree36e55e05e78b0026bf3b2800fc4981a30167a258
parent949000a144705991737fc3894b95afec3876e2f1 (diff)
downloadscummvm-rg350-9cf8d4d54818a8920b13a70aec56b3afdaeaed83.tar.gz
scummvm-rg350-9cf8d4d54818a8920b13a70aec56b3afdaeaed83.tar.bz2
scummvm-rg350-9cf8d4d54818a8920b13a70aec56b3afdaeaed83.zip
VIDEO: Fix the documentation of VideoDecoder::setSystemPalette.
svn-id: r55836
-rw-r--r--video/video_decoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h
index 80a891fc39..30050e9af5 100644
--- a/video/video_decoder.h
+++ b/video/video_decoder.h
@@ -109,7 +109,8 @@ public:
virtual bool hasDirtyPalette() const { return false; }
/**
- * Set the current palette to the system palette.
+ * Set the system palette to the palette returned by getPalette.
+ * @see getPalette
*/
void setSystemPalette();