summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidruncontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android/androidruncontrol.cpp')
-rw-r--r--src/plugins/android/androidruncontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androidruncontrol.cpp b/src/plugins/android/androidruncontrol.cpp
index eb622956e2..2ac929a0b1 100644
--- a/src/plugins/android/androidruncontrol.cpp
+++ b/src/plugins/android/androidruncontrol.cpp
@@ -38,7 +38,7 @@ using namespace ProjectExplorer;
namespace Android {
namespace Internal {
-AndroidRunControl::AndroidRunControl(AndroidRunConfiguration *rc)
+AndroidRunControl::AndroidRunControl(RunConfiguration *rc)
: RunControl(rc, ProjectExplorer::Constants::NORMAL_RUN_MODE)
, m_runner(new AndroidRunner(this, rc, ProjectExplorer::Constants::NORMAL_RUN_MODE))
{