Post-merge cleanups (adding LL_COMMON_API declarations)
parent
abf683fe6f
commit
3df557435f
|
|
@ -42,7 +42,7 @@
|
|||
It also keeps track of whether the process is still running, and can kill it if required.
|
||||
*/
|
||||
|
||||
class LLProcessLauncher
|
||||
class LL_COMMON_API LLProcessLauncher
|
||||
{
|
||||
LOG_CLASS(LLProcessLauncher);
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -628,7 +628,7 @@ void LLStringUtilBase<T>::getTokens (std::basic_string<T> input, std::vector<std
|
|||
}
|
||||
}
|
||||
|
||||
extern LLFastTimer::DeclareTimer STRING_LOCALIZATION;
|
||||
extern LL_COMMON_API LLFastTimer::DeclareTimer STRING_LOCALIZATION;
|
||||
|
||||
// static
|
||||
template<class T>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
* $/LicenseInfo$
|
||||
*/
|
||||
|
||||
#include "linden_common.h"
|
||||
|
||||
#include "lluicolor.h"
|
||||
|
||||
LLUIColor::LLUIColor()
|
||||
|
|
|
|||
Loading…
Reference in New Issue