1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-06 14:27:36 +02:00

Move ComponentInterfaceSymbol to separate header file

This commit is contained in:
Paul Licameli
2021-02-18 08:17:03 -05:00
committed by Panagiotis Vasilopoulos
parent 8a90ab94c3
commit 67b0f8a869
12 changed files with 22 additions and 151 deletions

View File

@@ -9,6 +9,7 @@
**********************************************************************/
#include "ShuttleGetDefinition.h"
#include "ComponentInterfaceSymbol.h"
bool ShuttleGetDefinition::IsOptional(){
bool result = pOptionalFlag !=NULL;