Skip to content
Snippets Groups Projects
Commit 3df55743 authored by brad kittenbrink's avatar brad kittenbrink
Browse files

Post-merge cleanups (adding LL_COMMON_API declarations)

parent abf683fe
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment