summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/win32/filepicker/customcontrolfactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/customcontrolfactory.cxx b/fpicker/source/win32/filepicker/customcontrolfactory.cxx
index ea66e56218d1..cfdb1d56c1f7 100644
--- a/fpicker/source/win32/filepicker/customcontrolfactory.cxx
+++ b/fpicker/source/win32/filepicker/customcontrolfactory.cxx
@@ -65,7 +65,7 @@ CCustomControl* CCustomControlFactory::CreateCustomControl(HWND aControlHandle,
CCustomControl* CCustomControlFactory::CreateCustomControlContainer()
{
- return new CCustomControlContainer();
+ return new CCustomControlContainer;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */