pastie/filters/padfilter.cpp

7 lines
87 B
C++

#include "padfilter.h"
Result * PadFilter::applyInternal(Image *)
{
return NULL;
}