浏览代码

small changes

Bjoern Froehlich 12 年之前
父节点
当前提交
2502f93121
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/image/MultiChannelImageT.h

+ 1 - 1
core/image/MultiChannelImageT.h

@@ -91,7 +91,7 @@ public:
   void set( int x, int y, P val, uint channel = 0 );
 
   /** set value */
-  void set( P val, uint channel = 0 );
+  void set( P val, uint channel);
 
   /** set value */
   void setAll( P val );