Skip to content

Commit

Permalink
Fix struct/class mixup in forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Jun 15, 2023
1 parent c675418 commit d49fda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fwd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class ArmageddonButton;
class BButton;
class ButtonPanel;
class CollisionMap;
class CommandLineOptions;
class DemoPlayer;
class DrawingContext;
class FPSCounter;
Expand All @@ -52,6 +51,7 @@ class SmallMap;
class StoryScreenComponent;
class WorldObj;
class WorldObjAbstractFactory;
struct CommandLineOptions;
} // namespace pingus

namespace pingus::gui {
Expand Down

0 comments on commit d49fda4

Please sign in to comment.