summaryrefslogtreecommitdiffstats
path: root/mpeglib/example/yaf/yafcore/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpeglib/example/yaf/yafcore/buffer.h')
-rw-r--r--mpeglib/example/yaf/yafcore/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/example/yaf/yafcore/buffer.h b/mpeglib/example/yaf/yafcore/buffer.h
index 165c607c..7c1a3d5c 100644
--- a/mpeglib/example/yaf/yafcore/buffer.h
+++ b/mpeglib/example/yaf/yafcore/buffer.h
@@ -40,7 +40,7 @@ class KDE_EXPORT Buffer {
void append(char* buffer,int buflen);
- int tqfind(char zeichen);
+ int find(char zeichen);
int len();
void setData(char* msg);