We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3cf1a commit 95b70d1Copy full SHA for 95b70d1
Gems/CsvSpawner/Code/Include/CsvSpawner/CsvSpawnerInterface.h
@@ -78,7 +78,7 @@ namespace CsvSpawner
78
}
79
80
/// EBus Configuration - Allows multiple listeners to handle events.
81
- static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple;
+ static constexpr AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple;
82
};
83
84
// Create an EBus using the notification interface
0 commit comments