mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14: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
|
||||
/// 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()
|
||||
|
|
Loading…
Reference in a new issue