diff options
| author | Martin Reddy <lynx@lindenlab.com> | 2009-11-02 11:50:17 +0000 | 
|---|---|---|
| committer | Martin Reddy <lynx@lindenlab.com> | 2009-11-02 11:50:17 +0000 | 
| commit | d8b3e7a021b97bf3cb4494c4d9228ed0a3c16738 (patch) | |
| tree | bb3afb6fe986594264936e84476eaec596e40c16 | |
| parent | 99aa77baae97b8de22339bded6ba890bcb86b3ee (diff) | |
Added a newline at the end of llui/lliconctrl.cpp to unbork parabuild.
| -rw-r--r-- | indra/llui/lliconctrl.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llui/lliconctrl.cpp b/indra/llui/lliconctrl.cpp index 82ffac9580..c1bc21f2e9 100644 --- a/indra/llui/lliconctrl.cpp +++ b/indra/llui/lliconctrl.cpp @@ -123,4 +123,4 @@ void LLIconCtrl::setIconImageDrawSize()  			mImagep->getImage()->setKnownDrawSize(mDrawWidth, mDrawHeight) ;  		}  	} -}
\ No newline at end of file +} | 
