Buildfix
This commit is contained in:
parent
bf8d9ea327
commit
b21fe20459
2 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
|||
#include "sdlmain.hpp"
|
||||
#include <cassert>
|
||||
#include <ciso646>
|
||||
#include <algorithm>
|
||||
|
||||
namespace cloonel {
|
||||
namespace implem {
|
||||
|
@ -28,8 +27,7 @@ namespace cloonel {
|
|||
assert(m_registered or not m_sdlmain);
|
||||
m_registered = false;
|
||||
#endif
|
||||
if (m_registered) {
|
||||
assert(m_sdlmain);
|
||||
if (m_sdlmain) {
|
||||
m_sdlmain->UnregisterForResChange(m_id);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "vector.hpp"
|
||||
#include <cstddef>
|
||||
#include <algorithm>
|
||||
|
||||
namespace cloonel {
|
||||
class SizeRatio;
|
||||
|
|
Loading…
Reference in a new issue