Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 3d93188ba63c906f682decbed5b24bd1 > files > 1

vdr-plugin-calc-0.0.1-0.rc5.17mdv2008.0.src.rpm

Index: calc-0.0.1-rc5/calc.c
===================================================================
--- calc-0.0.1-rc5/calc.c
+++ calc-0.0.1-rc5/calc.c	2006-06-03 21:01:24.000000000 +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();