projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc9a5c8
)
fix warning
author
Matthias Braun
<matze@braunis.de>
Sat, 11 Feb 2006 11:07:10 +0000
(11:07 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sat, 11 Feb 2006 11:07:10 +0000
(11:07 +0000)
SVN-Revision: 3053
src/squirrel/include/sqstdio.h
patch
|
blob
|
history
diff --git
a/src/squirrel/include/sqstdio.h
b/src/squirrel/include/sqstdio.h
index
1174201
..
864b4f1
100644
(file)
--- a/
src/squirrel/include/sqstdio.h
+++ b/
src/squirrel/include/sqstdio.h
@@
-7,6
+7,7
@@
#define SQSTD_STREAM_TYPE_TAG 0x80000000
\r
\r
struct SQStream {
\r
+ virtual ~SQStream() {}
\r
virtual SQInteger Read(void *buffer, SQInteger size) = 0;
\r
virtual SQInteger Write(void *buffer, SQInteger size) = 0;
\r
virtual SQInteger Flush() = 0;
\r