mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed some erroneous casts from ReferenceCountedObjectPtr that allowed base classes to be implicitly converted to derived classes
This commit is contained in:
parent
c7c26fa9f0
commit
8e280f3454
3 changed files with 30 additions and 29 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "b2Timer.h"
|
||||
|
||||
b2Timer::b2Timer()
|
||||
b2Timer::b2Timer()
|
||||
{
|
||||
Reset();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue