mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Minor code clean-ups.
This commit is contained in:
parent
9f201da3c5
commit
08eb852103
289 changed files with 779 additions and 780 deletions
|
|
@ -178,7 +178,7 @@ const String RelativeTime::getDescription (const String& returnValueForZeroTime)
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
const RelativeTime& RelativeTime::operator= (const RelativeTime& other) throw()
|
||||
RelativeTime& RelativeTime::operator= (const RelativeTime& other) throw()
|
||||
{
|
||||
seconds = other.seconds;
|
||||
return *this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue