From 4409d19d245546262756390fd165c54acaf78d36 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 14 Oct 2006 22:11:33 +0000 Subject: [PATCH] =?UTF-8?q?=20=20*=20Fix=20extra=20qualification=20bug=20i?= =?UTF-8?q?n=20cucul++.h,=20courtesy=20of=20Hanno=20B=C3=B6ck.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cxx/cucul++.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxx/cucul++.h b/cxx/cucul++.h index f91431a..84dfab9 100644 --- a/cxx/cucul++.h +++ b/cxx/cucul++.h @@ -91,7 +91,7 @@ class Buffer Buffer(); ~Buffer(); char const *const * getExportList(void); - void *Buffer::getData(void); + void *getData(void); void loadMemory(void *buf, unsigned long int size); void loadFile(char const *filename); unsigned long int getSize();