mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
* Quiet the dictionary.hh warnings.
This commit is contained in:
parent
79901d0414
commit
12c49065e5
|
@ -95,9 +95,9 @@ public:
|
||||||
|
|
||||||
/// Loads contents of a resource named 'name' into the 'data' vector. This is
|
/// 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.
|
/// usually a picture file referenced in the article or something like that.
|
||||||
virtual void getResource( string const & name,
|
virtual void getResource( string const & /*name*/,
|
||||||
vector< char > & data ) throw( exNoSuchResource,
|
vector< char > & /*data*/ ) throw( exNoSuchResource,
|
||||||
std::exception )
|
std::exception )
|
||||||
{ throw exNoSuchResource(); }
|
{ throw exNoSuchResource(); }
|
||||||
|
|
||||||
virtual ~Class()
|
virtual ~Class()
|
||||||
|
|
Loading…
Reference in a new issue