summaryrefslogtreecommitdiff
path: root/TAO/tests/QtTests/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/QtTests/client.cpp')
-rw-r--r--TAO/tests/QtTests/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/QtTests/client.cpp b/TAO/tests/QtTests/client.cpp
index d3dd3060694..d4f549290d7 100644
--- a/TAO/tests/QtTests/client.cpp
+++ b/TAO/tests/QtTests/client.cpp
@@ -129,7 +129,7 @@ Client::create_widgets (/**/)
this,
SLOT (remote_call (int)));
- this->mainwindow_.setlayout(&box);
+ this->mainwindow_.setLayout(&box_);
}