Skip to content
Snippets Groups Projects
Commit 714ba52d authored by Vadim ProductEngine's avatar Vadim ProductEngine
Browse files

correct build error

parent eec332cf
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ struct TestCapabilityProvider: public LLCapabilityProvider ...@@ -72,7 +72,7 @@ struct TestCapabilityProvider: public LLCapabilityProvider
{ {
mCaps[cap] = url; mCaps[cap] = url;
} }
LLHost getHost() const { return mHost; } const LLHost& getHost() const { return mHost; }
std::string getDescription() const { return "TestCapabilityProvider"; } std::string getDescription() const { return "TestCapabilityProvider"; }
LLHost mHost; LLHost mHost;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment