Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > 8725cda08859644f91d297f95e93e183 > files > 1

vdr-plugin-calc-0.0.1-0.rc5.12mdv2008.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();