* Quiet the dictionary.hh warnings.

This commit is contained in:
Konstantin Isakov 2009-02-06 18:38:19 +00:00
parent 79901d0414
commit 12c49065e5

View file

@ -95,9 +95,9 @@ public:
/// Loads contents of a resource named 'name' into the 'data' vector. This is
/// usually a picture file referenced in the article or something like that.
virtual void getResource( string const & name,
vector< char > & data ) throw( exNoSuchResource,
std::exception )
virtual void getResource( string const & /*name*/,
vector< char > & /*data*/ ) throw( exNoSuchResource,
std::exception )
{ throw exNoSuchResource(); }
virtual ~Class()