summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/widget_layer.h
authoribotty <ibotty>2002-10-11 18:14:10 (UTC)
committer ibotty <ibotty>2002-10-11 18:14:10 (UTC)
commit35c5d56d076786fd175655e7b2fc4b93cd433a86 (patch) (side-by-side diff)
tree33dd0fd3945621fa8eecfd3bd7cbeef724baf0f9 /noncore/apps/opie-console/widget_layer.h
parent875c59cf65ab1f3cd6c8c47379f51138adad6cd6 (diff)
downloadopie-35c5d56d076786fd175655e7b2fc4b93cd433a86.zip
opie-35c5d56d076786fd175655e7b2fc4b93cd433a86.tar.gz
opie-35c5d56d076786fd175655e7b2fc4b93cd433a86.tar.bz2
added missing line and an extern keyword
Diffstat (limited to 'noncore/apps/opie-console/widget_layer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/widget_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/widget_layer.h b/noncore/apps/opie-console/widget_layer.h
index 2ca0f88..014d507 100644
--- a/noncore/apps/opie-console/widget_layer.h
+++ b/noncore/apps/opie-console/widget_layer.h
@@ -34,7 +34,7 @@
-unsigned short vt100_graphics[32];
+extern unsigned short vt100_graphics[32];
class WidgetLayer : public QFrame
{ Q_OBJECT