diff options
Diffstat (limited to 'Userland/Applications/PDFViewer/PDFViewerWidget.h')
-rw-r--r-- | Userland/Applications/PDFViewer/PDFViewerWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/PDFViewer/PDFViewerWidget.h b/Userland/Applications/PDFViewer/PDFViewerWidget.h index 822d55da88..0adfe692c2 100644 --- a/Userland/Applications/PDFViewer/PDFViewerWidget.h +++ b/Userland/Applications/PDFViewer/PDFViewerWidget.h @@ -25,7 +25,7 @@ class PDFViewerWidget final : public GUI::Widget { public: ~PDFViewerWidget() override = default; - void initialize_menubar(GUI::Window&); + ErrorOr<void> initialize_menubar(GUI::Window&); void open_file(StringView path, NonnullOwnPtr<Core::File> file); private: |