summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-sheet/sheet.h
authormickeyl <mickeyl>2006-05-25 22:35:51 (UTC)
committer mickeyl <mickeyl>2006-05-25 22:35:51 (UTC)
commit7cfd27c0f29c6d7e2b90ce718d762433b82c1fe3 (patch) (unidiff)
tree817b7d3383348b4654c63b216c31de71e73ef6c9 /noncore/apps/opie-sheet/sheet.h
parentdebf4dfe9a9ca9103aa9f8fa2db5f0b5fed08952 (diff)
downloadopie-7cfd27c0f29c6d7e2b90ce718d762433b82c1fe3.zip
opie-7cfd27c0f29c6d7e2b90ce718d762433b82c1fe3.tar.gz
opie-7cfd27c0f29c6d7e2b90ce718d762433b82c1fe3.tar.bz2
g++ 4.1.1 fix
Diffstat (limited to 'noncore/apps/opie-sheet/sheet.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-sheet/sheet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-sheet/sheet.h b/noncore/apps/opie-sheet/sheet.h
index 92c8061..8938511 100644
--- a/noncore/apps/opie-sheet/sheet.h
+++ b/noncore/apps/opie-sheet/sheet.h
@@ -91,13 +91,13 @@ public:
91 void Fifth(); 91 void Fifth();
92 void Sixth(); 92 void Sixth();
93 void Seventh(); 93 void Seventh();
94 void Eighth(); 94 void Eighth();
95 void Ninth(); 95 void Ninth();
96 96
97 bool Expression::Parse(); //parses the expression in RPN format; 97 bool Parse(); //parses the expression in RPN format;
98 98
99}; 99};
100 100
101 101
102 102
103class Sheet: public QTable 103class Sheet: public QTable