Ticket #277 (closed task: fixed)

Opened 4 months ago

Last modified 3 months ago

BCPlatformScreenSDL.cpp uses ASSERT but doesn't #include "Assertions.h"

Reported by: ppedriana Assigned to: mbensi
Priority: major Milestone: Galekid
Component: Bug Fix Version: 1.0
Keywords: Cc:
Number of hours worked: % Complete: 00
Number of hours remaining:

Description

BCPlatformScreenSDL.cpp uses ASSERT but doesn't #include "Assertions.h" and with some situations results in a compile error because it is expecting somebody to #include "Assertions.h" for it but they aren't necessarily doing so. I believe the fix, which I have tested, is simple: add #include "Assertions.h" to the top of BCPlatformScreenSDL.cpp.

Change History

08/19/08 11:34:18 changed by mbensi

  • status changed from new to closed.
  • resolution set to fixed.

revision 444.