summaryrefslogtreecommitdiff
blob: 0b796424fb2e8d89fa7595e4fa83df509501e98e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -Naur src/imagelabel.cpp src_new/imagelabel.cpp
--- src/imagelabel.cpp	2004-06-06 07:04:45.162134296 +0100
+++ src_new/imagelabel.cpp	2004-06-06 07:05:03.700316064 +0100
@@ -537,7 +537,7 @@
 		imageEffect = 0;
 	}
   	applyTransformations();
-};
+}
 
 void ImageLabel::intensity(float ratio, int millisec)
 {
@@ -549,7 +549,7 @@
 	//KPixmapEffect::intensity(pixmap, ratio);
 	imageEffect = new Intensity(this, ratio, millisec);
   	applyTransformations();
-};
+}
 
 void ImageLabel::channelIntensity(float ratio, QString channel, int millisec)
 {