summaryrefslogtreecommitdiffstats
path: root/src/corelib/concurrent/qtconcurrentiteratekernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/concurrent/qtconcurrentiteratekernel.h')
-rw-r--r--src/corelib/concurrent/qtconcurrentiteratekernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/concurrent/qtconcurrentiteratekernel.h b/src/corelib/concurrent/qtconcurrentiteratekernel.h
index 3aaf5dd211..c6fcb973ab 100644
--- a/src/corelib/concurrent/qtconcurrentiteratekernel.h
+++ b/src/corelib/concurrent/qtconcurrentiteratekernel.h
@@ -145,8 +145,8 @@ class ResultReporter<void>
{
public:
inline ResultReporter(ThreadEngine<void> *) { }
- inline void reserveSpace(int) { };
- inline void reportResults(int) { };
+ inline void reserveSpace(int) { }
+ inline void reportResults(int) { }
inline void * getPointer() { return 0; }
};