Skip to content
Snippets Groups Projects
Commit b43e59c3 authored by Todd Stinson's avatar Todd Stinson
Browse files

Altering the build headers such that I can use llinfos in the llphysicsextension library.

parent 493cc9aa
No related branches found
No related tags found
No related merge requests found
...@@ -143,9 +143,13 @@ namespace LLError ...@@ -143,9 +143,13 @@ namespace LLError
CallSite(ELevel, const char* file, int line, CallSite(ELevel, const char* file, int line,
const std::type_info& class_info, const char* function, const char* broadTag, const char* narrowTag, bool printOnce); const std::type_info& class_info, const char* function, const char* broadTag, const char* narrowTag, bool printOnce);
#ifdef LL_LIBRARY_INCLUDE
bool shouldLog();
#else // LL_LIBRARY_INCLUDE
bool shouldLog() bool shouldLog()
{ return mCached ? mShouldLog : Log::shouldLog(*this); } { return mCached ? mShouldLog : Log::shouldLog(*this); }
// this member function needs to be in-line for efficiency // this member function needs to be in-line for efficiency
#endif // LL_LIBRARY_INCLUDE
void invalidate(); void invalidate();
......
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