projects
/
ccbs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5271fcf
)
Make stuff compile again.
author
Steinar H. Gunderson
<sesse@samfundet.no>
Sat, 19 Feb 2005 16:19:50 +0000
(16:19 +0000)
committer
Steinar H. Gunderson
<sesse@samfundet.no>
Sat, 19 Feb 2005 16:19:50 +0000
(16:19 +0000)
bigscreen/screen.h
patch
|
blob
|
history
diff --git
a/bigscreen/screen.h
b/bigscreen/screen.h
index
9b5d892
..
37edb56
100644
(file)
--- a/
bigscreen/screen.h
+++ b/
bigscreen/screen.h
@@
-5,9
+5,9
@@
class GenericScreen {
protected:
GenericScreen();
- virtual ~GenericScreen();
public:
+ virtual ~GenericScreen();
virtual bool check_invalidated() = 0;
virtual void draw(unsigned char *buf) = 0;
};