make sure active assembly object extern variable is always the same type, as visual studio can't find it if derived classes are used
This commit is contained in:
parent
ab4ca88fef
commit
348f4c5476
|
@ -37,7 +37,7 @@
|
|||
|
||||
using namespace AssemblyGui;
|
||||
|
||||
extern Assembly::ItemAssembly* ActiveAsmObject;
|
||||
extern Assembly::Item* ActiveAsmObject;
|
||||
|
||||
PROPERTY_SOURCE(AssemblyGui::ViewProviderItemAssembly,AssemblyGui::ViewProviderItem)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user