Skip to content

Commit 753d2d5

Browse files
committed
Fix warning that struct != class
1 parent 1457783 commit 753d2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Entities/MOSRotating.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace RTE {
1414
struct HitData;
1515
class AEmitter;
1616
class Attachable;
17-
struct SoundContainer;
17+
class SoundContainer;
1818

1919
/// A sprite movable object that can rotate.
2020
class MOSRotating : public MOSprite {

0 commit comments

Comments
 (0)