summaryrefslogtreecommitdiff
path: root/calculator.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2007-12-18 20:04:30 +0000
committerMatt Turner <mattst88@gmail.com>2007-12-18 20:04:30 +0000
commit4745d778aede297ccaaeaaf4421d654d8109ca3e (patch)
tree7265f37ff6e4a99cf34be156246b9c39cbc187bd /calculator.h
parentd72e3b127818565275640e667c8797812dc99ad5 (diff)
Make the buttons do stuff.
git-svn-id: svn://mattst88.com/svn/calculator/trunk@6 40705d3a-cdd4-446d-8ced-669f9f7342eb
Diffstat (limited to 'calculator.h')
-rwxr-xr-xcalculator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calculator.h b/calculator.h
index 87cd49a..2332669 100755
--- a/calculator.h
+++ b/calculator.h
@@ -37,5 +37,4 @@ class CalculatorWindow : public ApplicationWindow {
void OnCommand( const MessageCommand *pMessage);
TextView * pText;
-
};