Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy

Change-Id: Id8796438fd63065a9aefdd4e142b6638a65bbb5f
This commit is contained in:
Stephan Bergmann 2014-08-22 14:12:48 +02:00
parent cf2c056bf0
commit 982029bd44

View file

@ -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) {