summaryrefslogtreecommitdiff
blob: 0c5aaafd34eeb83d179a66264f88f26d9ef36e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru calc-0.0.1-rc5-orig/calc.c calc-0.0.1-rc5/calc.c
--- calc-0.0.1-rc5-orig/calc.c	2006-07-08 20:57:47.571929926 +0200
+++ calc-0.0.1-rc5/calc.c	2006-07-08 20:58:03.045402607 +0200
@@ -72,7 +72,7 @@
   void AddDigit(eKeys key);
   void CalculateResult(char* inOperand1, char* inOperand2, char *outOperand, char cOperator);
   operType operatorSymbol;
-  void cCalcMain::CalculateResultTrig(char* inOperand1, char *outOperand, char cOperator, gradType calculateGradType);
+  void CalculateResultTrig(char* inOperand1, char *outOperand, char cOperator, gradType calculateGradType);
 public:
   cCalcMain(void);
   ~cCalcMain();