diff options
Diffstat (limited to 'indra/newview/llversioninfo.h')
-rw-r--r--[-rwxr-xr-x] | indra/newview/llversioninfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llversioninfo.h b/indra/newview/llversioninfo.h index 4e75535ec5..ec599c0cda 100755..100644 --- a/indra/newview/llversioninfo.h +++ b/indra/newview/llversioninfo.h @@ -66,6 +66,9 @@ public: /// return the channel name, e.g. "Second Life" static const std::string &getChannel(); + /// return the CMake build type + static const std::string &getBuildConfig(); + /// reset the channel name used by the viewer. static void resetChannel(const std::string& channel); |