mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 23:34:06 +00:00
fix:clang warning in macos
This commit is contained in:
parent
9c1a22d142
commit
5bb2fce3c4
4
dsl.cc
4
dsl.cc
|
@ -128,11 +128,7 @@ struct InsidedCard
|
||||||
InsidedCard( uint32_t _offset, uint32_t _size, QVector< wstring > const & words ) :
|
InsidedCard( uint32_t _offset, uint32_t _size, QVector< wstring > const & words ) :
|
||||||
offset( _offset ), size( _size ), headwords( words )
|
offset( _offset ), size( _size ), headwords( words )
|
||||||
{}
|
{}
|
||||||
InsidedCard( InsidedCard const & e ) :
|
|
||||||
offset( e.offset ), size( e.size ), headwords( e.headwords )
|
|
||||||
{}
|
|
||||||
InsidedCard() {}
|
InsidedCard() {}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
bool indexIsOldOrBad( string const & indexFile, bool hasZipFile )
|
bool indexIsOldOrBad( string const & indexFile, bool hasZipFile )
|
||||||
|
|
Loading…
Reference in a new issue