diff options
Diffstat (limited to 'mpeglib/example/yaf/yafcore/buffer.h')
-rw-r--r-- | mpeglib/example/yaf/yafcore/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/example/yaf/yafcore/buffer.h b/mpeglib/example/yaf/yafcore/buffer.h index 7c1a3d5c..93f4f3d8 100644 --- a/mpeglib/example/yaf/yafcore/buffer.h +++ b/mpeglib/example/yaf/yafcore/buffer.h @@ -24,7 +24,7 @@ extern "C" { } #include <kdemacros.h> -class KDE_EXPORT Buffer { +class TDE_EXPORT Buffer { char* msg; int nSize; |