From 9cf8d4d54818a8920b13a70aec56b3afdaeaed83 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 8 Feb 2011 23:00:28 +0000 Subject: VIDEO: Fix the documentation of VideoDecoder::setSystemPalette. svn-id: r55836 --- video/video_decoder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'video') 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(); -- cgit v1.2.3