浏览代码

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