blob: b5c5562bf9404cd2689c1f0650502c4b8ec6cecf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./acquireimages/screenshotdialog.cpp.orig Sat Sep 4 11:33:39 2004
+++ ./acquireimages/screenshotdialog.cpp Sat Sep 4 11:33:48 2004
@@ -116,7 +116,7 @@
m_delay->setValue(m_config->readNumEntry("Delay", 1));
delete m_config;
-};
+}
//////////////////////////////////// DESTRUCTOR /////////////////////////////////////////////
|