summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/IVistaFilePickerInternalNotify.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/IVistaFilePickerInternalNotify.hxx')
-rw-r--r--fpicker/source/win32/IVistaFilePickerInternalNotify.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/source/win32/IVistaFilePickerInternalNotify.hxx b/fpicker/source/win32/IVistaFilePickerInternalNotify.hxx
index 3501a37c94f9..57f995715719 100644
--- a/fpicker/source/win32/IVistaFilePickerInternalNotify.hxx
+++ b/fpicker/source/win32/IVistaFilePickerInternalNotify.hxx
@@ -46,6 +46,8 @@ class IVistaFilePickerInternalNotify
virtual bool onFileTypeChanged( UINT nTypeIndex ) = 0;
+ virtual void onDirectoryChanged() = 0;
+
protected:
~IVistaFilePickerInternalNotify() {}
};