diff options
Diffstat (limited to 'indra/newview/llviewerhelputil.h')
-rw-r--r-- | indra/newview/llviewerhelputil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerhelputil.h b/indra/newview/llviewerhelputil.h index d8f08f3f04..8f6d08bec9 100644 --- a/indra/newview/llviewerhelputil.h +++ b/indra/newview/llviewerhelputil.h @@ -34,6 +34,7 @@ class LLOSInfo; class LLViewerHelpUtil { public: + static std::string helpDataEncode( const std::string &component ); static std::string helpURLEncode( const std::string &component ); static std::string buildHelpURL( const std::string &topic ); }; |