From 43ae7728689f08eaea882bd20f8e8d2afe3bec84 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 24 Jun 2012 21:01:17 +0200 Subject: [PATCH] Style-fix I missed before. Thanks aldeck. --- src/apps/showimage/Filter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/showimage/Filter.cpp b/src/apps/showimage/Filter.cpp index b6a8702471..6c5769abdd 100644 --- a/src/apps/showimage/Filter.cpp +++ b/src/apps/showimage/Filter.cpp @@ -23,7 +23,8 @@ // Implementation of FilterThread FilterThread::FilterThread(Filter* filter, int32 i, int32 n, bool runInCurrentThread) - : fFilter(filter), + : + fFilter(filter), fI(i), fN(n) {