Kaydet (Commit) 6ee08cc0 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Get sd to build even when impress remote is disabled.

Change-Id: I8706d08ab8abe05ea76ea65210726911e446c20b
üst b3553246
...@@ -73,7 +73,9 @@ IMPL_LINK_NOARG(RemoteDialog, HandleConnectButton) ...@@ -73,7 +73,9 @@ IMPL_LINK_NOARG(RemoteDialog, HandleConnectButton)
IMPL_LINK_NOARG( RemoteDialog, CloseHdl ) IMPL_LINK_NOARG( RemoteDialog, CloseHdl )
{ {
#ifdef ENABLE_SDREMOTE
RemoteServer::restoreDiscoverable(); RemoteServer::restoreDiscoverable();
#endif
Close(); Close();
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment