blob: 00630dcf3606968988008c53802bf82a7dc0a4c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- libcaca-0.99.beta7/cxx/cucul++.h~ 2006-10-14 23:51:04.035166402 +0200
+++ libcaca-0.99.beta7/cxx/cucul++.h 2006-10-14 23:51:04.036166250 +0200
@@ -91,7 +91,7 @@
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();
|