Skip to content

Commit 2a806f0

Browse files
committed
Missed a ';'
1 parent 32d53ba commit 2a806f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qt/widgets/common/inc/MantidQtWidgets/Common/MantidHelpWindow.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ class EXPORT_OPT_MANTIDQT_COMMON MantidHelpWindow : public API::MantidHelpInterf
2525
Q_OBJECT
2626

2727
public:
28-
static bool helpWindowExists()
28+
static bool helpWindowExists();
2929

30-
MantidHelpWindow(const Qt::WindowFlags &flags = Qt::WindowFlags());
30+
MantidHelpWindow(const Qt::WindowFlags &flags = Qt::WindowFlags());
3131

3232
void showPage(const std::string &url = std::string()) override;
3333
void showPage(const QString &url) override;

0 commit comments

Comments
 (0)