소스 검색

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 );