diff --git a/src/apps/webpositive/BrowserApp.h b/src/apps/webpositive/BrowserApp.h index 44666d39e6..e198bc5d49 100644 --- a/src/apps/webpositive/BrowserApp.h +++ b/src/apps/webpositive/BrowserApp.h @@ -57,8 +57,9 @@ public: virtual bool QuitRequested(); private: -/*! @param[in,out] _pagesCreated if set, the pointed integer will be incremented by the number of created pages -*/ + /*! @param[in,out] _pagesCreated if set, the pointed integer will be incremented by + * the number of created pages. + */ void _RefsReceived(BMessage* message, int32* pagesCreated = NULL, bool* fullscreen = NULL); diff --git a/src/apps/webpositive/BrowserWindow.h b/src/apps/webpositive/BrowserWindow.h index 1acb8156a1..bebcf47cce 100644 --- a/src/apps/webpositive/BrowserWindow.h +++ b/src/apps/webpositive/BrowserWindow.h @@ -97,9 +97,11 @@ enum { class BrowserWindow : public BWebWindow { public: - BrowserWindow(BRect frame, SettingsMessage* appSettings, const BString& url, - BPrivate::Network::BUrlContext* context, uint32 interfaceElements = INTERFACE_ELEMENT_ALL, - BWebView* webView = NULL, uint32 workspaces = B_CURRENT_WORKSPACE); + BrowserWindow(BRect frame, SettingsMessage* appSettings, + const BString& url, BPrivate::Network::BUrlContext* context, + uint32 interfaceElements = INTERFACE_ELEMENT_ALL, + BWebView* webView = NULL, + uint32 workspaces = B_CURRENT_WORKSPACE); virtual ~BrowserWindow(); virtual void DispatchMessage(BMessage* message,