Selaa lähdekoodia

Changed pimpl pointer of ctkServiceReference to const.

Sascha Zelzer 14 vuotta sitten
vanhempi
commit
50003dc72a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Libs/PluginFramework/ctkServiceReferencePrivate.h

+ 1 - 1
Libs/PluginFramework/ctkServiceReferencePrivate.h

@@ -77,7 +77,7 @@ public:
   /**
    * Link to registration object for this reference.
    */
-  ctkServiceRegistrationPrivate* registration;
+  ctkServiceRegistrationPrivate* const registration;
 };
 
 #endif // CTKSERVICEREFERENCEPRIVATE_H