Kaydet (Commit) 982029bd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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

Change-Id: Id8796438fd63065a9aefdd4e142b6638a65bbb5f
üst cf2c056b
...@@ -17,14 +17,15 @@ ...@@ -17,14 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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/graph.hxx>
#include <vcl/bmpacc.hxx> #include <vcl/bmpacc.hxx>
#include <vcl/animate.hxx> #include <vcl/animate.hxx>
#include "lzwdecom.hxx" #include "lzwdecom.hxx"
#include "ccidecom.hxx" #include "ccidecom.hxx"
class FilterConfigItem;
namespace { namespace {
template< typename T > T BYTESWAP(T nByte) { template< typename T > T BYTESWAP(T nByte) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment