Skip to content
Snippets Groups Projects
Commit 84b88dd7 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

cleanup

parent a99c3e51
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ class LLAvatarJoint : ...@@ -52,7 +52,7 @@ class LLAvatarJoint :
virtual ~LLAvatarJoint() = default; virtual ~LLAvatarJoint() = default;
// Gets the validity of this joint // Gets the validity of this joint
BOOL getValid() { return mValid; } BOOL getValid() const { return mValid; }
// Sets the validity of this joint // Sets the validity of this joint
virtual void setValid( BOOL valid, BOOL recursive=FALSE ); virtual void setValid( BOOL valid, BOOL recursive=FALSE );
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
#include "llsingleton.h" #include "llsingleton.h"
class LLDiskCache : class LLDiskCache final :
public LLParamSingleton<LLDiskCache> public LLParamSingleton<LLDiskCache>
{ {
public: public:
......
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