Fork of LCD-Window which works with Enhanced TextLCD from Wim
Fork of LcdWindow by
Diff: terminal.cpp
- Revision:
- 3:e5d5e2fe4bf6
- Parent:
- 2:5ac5bab7daaf
- Child:
- 11:85f30e1f19fc
--- a/terminal.cpp Sat Nov 27 22:54:13 2010 +0000
+++ b/terminal.cpp Sun Nov 28 22:09:54 2010 +0000
@@ -24,7 +24,7 @@
#include "terminal.h"
#include "string.h"
-Terminal::Terminal(Window* window) {
+Terminal::Terminal(Window* window):Window() {
_window=window;
_columns=window->getColumns();
_rows=window->getRows();
