From 64dade048df384289965157c81fb10c3eacef582 Mon Sep 17 00:00:00 2001 From: David Athay Date: Mon, 18 May 2009 17:19:43 +0100 Subject: Fixed compilation for tmwserv (cherry picked from commit e7df8c9dd7ebc14c1263c19c6a238ebcf4fd9465) --- src/gui/connection.cpp | 2 +- src/gui/connection.h | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'src/gui') diff --git a/src/gui/connection.cpp b/src/gui/connection.cpp index 0862ee69..4863edcd 100644 --- a/src/gui/connection.cpp +++ b/src/gui/connection.cpp @@ -30,7 +30,7 @@ #include "utils/gettext.h" -ConnectionDialog::ConnectionDialog(int previousState): +ConnectionDialog::ConnectionDialog(State previousState): Window("Info"), mProgress(0), mPreviousState(previousState) { setContentSize(200, 100); diff --git a/src/gui/connection.h b/src/gui/connection.h index 62441fa9..d6059c3f 100644 --- a/src/gui/connection.h +++ b/src/gui/connection.h @@ -24,6 +24,8 @@ #include "gui/widgets/window.h" +#include "main.h" + #include class ProgressBar; @@ -41,7 +43,7 @@ class ConnectionDialog : public Window, gcn::ActionListener * * @see Window::Window */ - ConnectionDialog(int previousState); + ConnectionDialog(State previousState); /** * Called when the user presses Cancel. Restores the global state to @@ -54,7 +56,7 @@ class ConnectionDialog : public Window, gcn::ActionListener private: ProgressBar *mProgressBar; float mProgress; - int mPreviousState; + State mPreviousState; }; #endif -- cgit v1.2.3-70-g09d2