Skip to content

Commit 95b70d1

Browse files
committed
use constexpr
Signed-off-by: Wojciech Czerski <[email protected]>
1 parent 9e3cf1a commit 95b70d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gems/CsvSpawner/Code/Include/CsvSpawner/CsvSpawnerInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ namespace CsvSpawner
7878
}
7979

8080
/// EBus Configuration - Allows multiple listeners to handle events.
81-
static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple;
81+
static constexpr AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple;
8282
};
8383

8484
// Create an EBus using the notification interface

0 commit comments

Comments
 (0)