diff options
Diffstat (limited to 'src/gui/windows/connectiondialog.cpp')
-rw-r--r-- | src/gui/windows/connectiondialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/connectiondialog.cpp b/src/gui/windows/connectiondialog.cpp index ccefa59ba..290a1cefe 100644 --- a/src/gui/windows/connectiondialog.cpp +++ b/src/gui/windows/connectiondialog.cpp @@ -73,7 +73,7 @@ void ConnectionDialog::action(const ActionEvent &) client->setState(mCancelState); } -void ConnectionDialog::draw(Graphics *graphics) +void ConnectionDialog::draw(Graphics *const graphics) { BLOCK_START("ConnectionDialog::draw") // Don't draw the window background, only draw the children @@ -81,7 +81,7 @@ void ConnectionDialog::draw(Graphics *graphics) BLOCK_END("ConnectionDialog::draw") } -void ConnectionDialog::safeDraw(Graphics *graphics) +void ConnectionDialog::safeDraw(Graphics *const graphics) { BLOCK_START("ConnectionDialog::draw") // Don't draw the window background, only draw the children |