Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: Id8796438fd63065a9aefdd4e142b6638a65bbb5f
This commit is contained in:
parent
cf2c056bf0
commit
982029bd44
1 changed files with 3 additions and 2 deletions
|
@ -17,14 +17,15 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <vcl/FilterConfigItem.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/bmpacc.hxx>
|
||||
#include <vcl/animate.hxx>
|
||||
#include "lzwdecom.hxx"
|
||||
#include "ccidecom.hxx"
|
||||
|
||||
class FilterConfigItem;
|
||||
|
||||
namespace {
|
||||
|
||||
template< typename T > T BYTESWAP(T nByte) {
|
||||
|
|
Loading…
Reference in a new issue