Skip to content

Commit 9e3cf1a

Browse files
committed
remove final from interface
Signed-off-by: Wojciech Czerski <[email protected]>
1 parent 62358ef commit 9e3cf1a

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
@@ -55,7 +55,7 @@ namespace CsvSpawner
5555
* CsvSpawnerInterface is an Event Bus interface that notifies multiple
5656
* listeners when entity spawning begins and finishes.
5757
*/
58-
class CsvSpawnerInterface final : public AZ::EBusTraits
58+
class CsvSpawnerInterface : public AZ::EBusTraits
5959
{
6060
public:
6161
virtual ~CsvSpawnerInterface() = default;

0 commit comments

Comments
 (0)