Browse Source

fix typo (führte zu Kompilierungsfehler)

FloKra 3 years ago
parent
commit
e8e8fedc69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      E46 M57N/RPA_DSC_MK60.ccpage

+ 1 - 1
E46 M57N/RPA_DSC_MK60.ccpage

@@ -16,7 +16,7 @@
     class PageClass
     {
         // Button deklarieren
-        private Button button RPAReset;
+        private Button buttonRPAReset;
         
         // Ablaufvariable deklarieren und initialisieren
         // diese boolsche Variable wird vom Button auf true gesetzt und in der ExecuteJob Methode ausgewertet