summaryrefslogtreecommitdiffstats
path: root/win8
diff options
context:
space:
mode:
Diffstat (limited to 'win8')
-rw-r--r--win8/metro_driver/file_picker_ash.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/win8/metro_driver/file_picker_ash.h b/win8/metro_driver/file_picker_ash.h
index 0862b69..c08d293 100644
--- a/win8/metro_driver/file_picker_ash.h
+++ b/win8/metro_driver/file_picker_ash.h
@@ -83,9 +83,7 @@ class OpenFilePickerSession : public FilePickerSessionBase {
return filenames_;
}
- const bool allow_multi_select() const {
- return allow_multi_select_;
- }
+ bool allow_multi_select() const { return allow_multi_select_; }
private:
HRESULT StartFilePicker() override;