Skip to content
Snippets Groups Projects
Commit 39a609a7 authored by Seth ProductEngine's avatar Seth ProductEngine
Browse files

Fixed TestCapabilityProvider build issue.

parent eec332cf
Branches
Tags
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.
Please register or to comment