Post-merge cleanups (adding LL_COMMON_API declarations)

master
brad kittenbrink 2009-08-31 18:43:12 -04:00
parent abf683fe6f
commit 3df557435f
3 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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>

View File

@ -7,6 +7,8 @@
* $/LicenseInfo$
*/
#include "linden_common.h"
#include "lluicolor.h"
LLUIColor::LLUIColor()