diff options
author | prep <prep@lindenlab.com> | 2011-11-04 14:10:48 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2011-11-04 14:10:48 -0400 |
commit | 1194063e316461e5b4bf93c1c9ab8e99fefb435b (patch) | |
tree | b1053c8761397cabea6382e164feeb4b7c007f4e /indra/newview/llnavmeshstation.h | |
parent | bfbd649b4c2a2e03298e82d1caa6611dee4411cb (diff) |
Hooked up responder, added navmeshupload capabilty to viewer
Diffstat (limited to 'indra/newview/llnavmeshstation.h')
-rw-r--r-- | indra/newview/llnavmeshstation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnavmeshstation.h b/indra/newview/llnavmeshstation.h index acb9a6932e..ed607be52a 100644 --- a/indra/newview/llnavmeshstation.h +++ b/indra/newview/llnavmeshstation.h @@ -46,7 +46,7 @@ protected: LLRootHandle<LLNavMeshObserver> mObserverHandle;
};
//===============================================================================
-class LLNavMeshStation : public LLSingleton<LLNavMeshStation>, LLNavMeshObserver
+class LLNavMeshStation : public LLSingleton<LLNavMeshStation>
{
public:
//Ctor
|