mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
ComSmartPtr: Fixed behaviour of ComBaseClassHelper::QueryInterface() in release builds
This commit is contained in:
parent
88ec2759cb
commit
4e9521be2d
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ public:
|
|||
|
||||
JUCE_COMRESULT QueryInterface (REFIID refId, void** result)
|
||||
{
|
||||
const std::tuple<REFIID, void*> bases[]
|
||||
const std::tuple<IID, void*> bases[]
|
||||
{
|
||||
std::make_tuple (__uuidof (ComClasses),
|
||||
static_cast<void*> (static_cast<ComClasses*> (this)))...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue