Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
3df55743
Commit
3df55743
authored
15 years ago
by
brad kittenbrink
Browse files
Options
Downloads
Patches
Plain Diff
Post-merge cleanups (adding LL_COMMON_API declarations)
parent
abf683fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
indra/llcommon/llprocesslauncher.h
+1
-1
1 addition, 1 deletion
indra/llcommon/llprocesslauncher.h
indra/llcommon/llstring.h
+1
-1
1 addition, 1 deletion
indra/llcommon/llstring.h
indra/llxuixml/lluicolor.cpp
+2
-0
2 additions, 0 deletions
indra/llxuixml/lluicolor.cpp
with
4 additions
and
2 deletions
indra/llcommon/llprocesslauncher.h
+
1
−
1
View file @
3df55743
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
indra/llcommon/llstring.h
+
1
−
1
View file @
3df55743
...
...
@@ -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
>
...
...
This diff is collapsed.
Click to expand it.
indra/llxuixml/lluicolor.cpp
+
2
−
0
View file @
3df55743
...
...
@@ -7,6 +7,8 @@
* $/LicenseInfo$
*/
#include
"linden_common.h"
#include
"lluicolor.h"
LLUIColor
::
LLUIColor
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment