From d9542889010afc56681885618c61f0d6d67bc0a2 Mon Sep 17 00:00:00 2001 From: kh1 Date: Tue, 5 Jul 2011 15:41:30 +0200 Subject: Cleanup. Use the typedef, no functional change intended. --- installerbuilder/libinstaller/selfrestartoperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installerbuilder/libinstaller/selfrestartoperation.cpp') diff --git a/installerbuilder/libinstaller/selfrestartoperation.cpp b/installerbuilder/libinstaller/selfrestartoperation.cpp index 58684ff19..d53d8b254 100644 --- a/installerbuilder/libinstaller/selfrestartoperation.cpp +++ b/installerbuilder/libinstaller/selfrestartoperation.cpp @@ -86,7 +86,7 @@ bool SelfRestartOperation::testOperation() return true; } -SelfRestartOperation* SelfRestartOperation::clone() const +Operation *SelfRestartOperation::clone() const { return new SelfRestartOperation(); } -- cgit v1.2.3