ソースを参照

Changed pimpl pointer of ctkServiceReference to const.

Sascha Zelzer 14 年 前
コミット
50003dc72a
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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