diff --git a/RingD.h b/RingD.h
index f68cce18d37a22d232cd81c75d48d59f9f342650..d2e62cdbb0f694f1921692d6ed2e921a4e6d6191 100644
--- a/RingD.h
+++ b/RingD.h
@@ -56,6 +56,9 @@ public:
             return daemonRunning_;
         }
     }
+    property StartingStatus _startingStatus;
+    property String^ _pin;
+    property String^ _password;
 
     void cancelOutGoingCall2(String^ callId); // marche
 
@@ -68,9 +71,6 @@ internal: // why this property has to be internal and not public ?
         }
     }
 
-    property StartingStatus _startingStatus;
-    property String^ _pin;
-    property String^ _password;
 
 internal:
     /* functions */