Skip to content

Commit 06247cf

Browse files
committed
Merge branch 'WD_1.X_dev' of https://portal-ua.globallogic.com/git/wd into WD_1.X_dev
1 parent 02680bc commit 06247cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webdriver/commands/create_session.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ bool CreateSession::CreateViewByClassName(Session* session, const std::string& n
165165
// create view
166166

167167
typedef void (ViewFactory::*CreateViewByClassName)(const Logger&, const std::string&, ViewHandle**) const;
168-
CreateViewByClassName createViewByClassName= static_cast<CreateViewByClassName>(&ViewFactory::CreateViewByClassName);
168+
CreateViewByClassName createViewByClassName = static_cast<CreateViewByClassName>(&ViewFactory::CreateViewByClassName);
169169

170170
session->RunSessionTask(base::Bind(
171171
createViewByClassName,

0 commit comments

Comments
 (0)