MAEMO: Fix wrong assert
This commit is contained in:
parent
f9ae92186e
commit
ea325909cf
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ bool MaemoSdlEventSource::toggleClickMode() {
|
||||||
}
|
}
|
||||||
|
|
||||||
MaemoSdlEventObserver::MaemoSdlEventObserver(MaemoSdlEventSource *eventSource) {
|
MaemoSdlEventObserver::MaemoSdlEventObserver(MaemoSdlEventSource *eventSource) {
|
||||||
assert(_eventSource);
|
assert(eventSource);
|
||||||
_eventSource = eventSource;
|
_eventSource = eventSource;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue