Explorar o código

Changed pimpl pointer of ctkServiceReference to const.

Sascha Zelzer %!s(int64=14) %!d(string=hai) anos
pai
achega
50003dc72a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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