Changeset 93303 in vbox
- Timestamp:
- Jan 18, 2022 11:26:57 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149371
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h
r93115 r93303 455 455 Q_OBJECT; 456 456 457 #if RT_MSC_PREREQ(RT_MSC_VER_VS2019_U11) 458 # pragma warning(push) 459 # pragma warning(disable: 5243) /* warning C5243: 'UIActionPool::PTFActionPoolManager': using incomplete class 'UIActionPoolManager' can cause potential one definition rule violation due to ABI limitation */ 460 #endif 457 461 /** Pointer to menu update-handler for this class. */ 458 462 typedef void (UIActionPool::*PTFActionPool)(); … … 468 472 PTFActionPoolRuntime ptfr; 469 473 }; 474 #if RT_MSC_PREREQ(RT_MSC_VER_VS2019_U11) 475 # pragma warning(pop) 476 #endif 470 477 471 478 signals:
Note:
See TracChangeset
for help on using the changeset viewer.